bytechef
bytechef copied to clipboard
Google Calendar - Update Event action
The Update Event action for the Google Calendar component is designed to modify an existing event within a user's Google Calendar.
Action properties:
- calendar ID - the ID of the calendar containing the event to be updated
- event ID - the ID of the event to be updated
- title - updated title of the event
- start time - updated start time of the event
- end time - updated end time of the event
- description - detailed description of the event
- location - updated geographic location where the event will take place
- attachments - files or documents associated with the event
- attendees - a lisf of individuals individuals associated with the event
- guest can invite others - a setting that determines whether guests can invite other people to the event
- guest can modify - a setting that determines whether guests can modify event details
- guest can see other guests - a setting that determines whether guests can see the list of other attendees
- send updates - specifies how updates are sent to attendees (e.g., all, external only, none
- reminders - notifications set to remind attendees of the event before it starts
Ouput:
- event - the updated event object, which includes all the modified details
Documentation: https://developers.google.com/calendar/api/v3/reference/events/update