schedule

Generates the calendar that we draw events on

get/schedule/data/events

Query parameters

displayGroupIdsinteger[] required

The DisplayGroupIds to return the schedule for. [-1] for All.

fromstring

From Date in Y-m-d H:i:s format, if not provided defaults to start of the current month

tostring

To Date in Y-m-d H:i:s format, if not provided defaults to start of the next month

Response

successful response

idinteger

Event ID

titlestring

Event Title

sameDayinteger

Does this event happen only on 1 day

Changes