Capability Sources

Create a Google Calendar event as the calling member

Creates an event on the calling member's primary Google Calendar, using their connected Google Workspace account. Set createMeetLink to true to request a Google Meet conferencing link and return meetLink.

post/v1/capabilities/google-workspace/calendar-events

Request body

summarystring required

Event title.

descriptionstring

Optional event description.

locationstring

Optional event location.

startstring date-time required

Event start date-time.

endstring date-time required

Event end date-time.

timeZonestring

Optional IANA time zone for start and end.

attendeesstring[]

Optional attendee email addresses.

createMeetLinkboolean

Set true to create a Google Meet conferencing link for this event; the response returns meetLink when Google creates it.

Response

Google Calendar event created.

oktrue required
eventIdstring required
htmlLinkstring required
summarystring required
startstring required
endstring required
meetLinkstring nullable required

Changes

No recorded changes to this endpoint across all 25 revisions of this API.