Calendar Events
calendar.events
calendar.events
queries return events and synthesized recurring events for the given calendars grouped into days.
Inputs
calendar:
(a search query of calendar records to include)from:
(return events from this starting datetime)to:
(return events until this ending datetime)expand:
(the keys to expand on the returned event dictionaries)
Response Formats
The results can be returned in these formats:
- dictionaries (default) returns a table-based format suitable for sheets and API results.
Examples
type:calendar.events
calendar:(name:["U.S. Holidays","Office Hours"])
from:"this week Monday 00:00:00"
to:"this week Sunday 23:59:59"
expand:[calendar_owner_]
format:dictionaries