8 #ifndef EVEMU_SYSTEM_CALENDARDB_H_
9 #define EVEMU_SYSTEM_CALENDARDB_H_
14 #include "packets/Calendar.h"
21 std::string title, std::string description,
bool important=
false);
37 #endif // EVEMU_SYSTEM_CALENDARDB_H_
static PyRep * GetEventDetails(uint32 eventID)
static PyRep * SaveNewEvent(uint32 ownerID, Call_CreateEventWithInvites &args)
static void SaveEventResponse(uint32 charID, Call_SendEventResponse &args)
static uint32 SaveSystemEvent(uint32 ownerID, uint32 creatorID, int64 startDateTime, uint8 autoEventType, std::string title, std::string description, bool important=false)
static void UpdateEventParticipants(Call_UpdateEventParticipants &args)
static PyRep * GetResponsesForCharacter(uint32 charID)
static PyRep * GetEventList(uint32 ownerID, uint32 month, uint32 year)
static PyRep * GetResponsesToEvent(uint32 eventID)
static void DeleteEvent(uint32 eventID)