GetEvent |
object CalendarEvents.GetEvent(string eventId) |
Gets the next CalendarEvent with the given Id If the only matches are in the past, it will return that |
|
IsEventActive |
bool CalendarEvents.IsEventActive(string eventId) |
Returns true if an event with the given ID is active at the current time |
|
GetAllEvents |
table CalendarEvents.GetAllEvents() |
Gets a table with every CalendarEvent that has been scheduled Warning: Gets all past CalendarEvents that are still searchable too |
|
GetUpcomingEvents |
table CalendarEvents.GetUpcomingEvents() |
Gets a table with all CalendarEvents that are scheduled in the future |
|
GetActiveEvents |
table CalendarEvents.GetActiveEvents() |
Gets a table with every CalendarEvent that is currently active now |
|