GET events?start={start}&end={end}&calendarId={calendarId}&daysOfWeek={daysOfWeek}

Get the list of events by date

Request Information

Parameters

NameDescriptionAdditional information
start
Start date and time to filter events

Define this parameter in the request URI.

end
End date and time to filter events

Define this parameter in the request URI.

calendarId
Calendar id to look in

Define this parameter in the request URI.

daysOfWeek
Restrict to specific days of the week (Monday = 1, Tuesday = 2, Wednesday = 4, Thursday = 8, Friday = 16, Saturday = 32, Sunday = 64)

Define this parameter in the request URI.