Skip to main content
googleCalendar.getEvent returns an event’s schedule, attendees, conferencing, recurrence, and metadata by ID or Calendar URL.

Example

Inputs

Every action input accepts a compatible Signal.

Output

Returns a Signal<CalendarEvent>:
All-day events populate start.date and end.date, with an exclusive end date. attendeesOmitted is true when Google returns a partial attendee list, such as when you set maxAttendees. The action decodes a URL to its provider event ID. Unrelated URLs fail.