uid. The uid is what update_calendar_event, delete_calendar_event, and respond_to_event take. The attendee list is the current membership update_calendar_event edits — read it here before adding or removing attendees rather than sourcing it elsewhere.
Parameters
string
A CalDAV URL from
list_calendars. Defaults to the user’s default calendar.string
Window start, ISO 8601 with offset. Must be paired with
end.string
Window end, ISO 8601 with offset. Must be paired with
start. Omit both to list everything.Example
Call
Result
location: appears only when set; repeats: only for recurring events; attendees: only when the event has any (a response status like (accepted) is shown once an invitee replies). An empty calendar or window returns No events found.
Errors
Provide both start and end, or neither.— only one side of the window was given.No calendar available to list events from.— the user has no calendar and none was specified.Calendar not found: <url>— thecalendarUrldidn’t resolve.