File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -89,15 +89,18 @@ This tool uses the following fields to create events:
8989- ` summary ` : The title or description of the calendar event
9090- ` startDateTime ` : The start date and time of the event
9191- ` endDateTime ` : The end date and time of the event
92- - ` timeZone ` : The timezone for the event
92+ - ` attendees ` : A list of email addresses for people to invite to the event
93+ - ` timeZone ` : The timezone for the event, defaults to UTC
94+ - ` calendarId ` : The calendar ID to create the event in, defaults to the primary calendar
9395
9496### Google Calendar Check Availability Tool
9597
9698This tool uses the following fields to check availability:
9799
98100- ` startDateTime ` : The start of the time range to check
99101- ` endDateTime ` : The end of the time range to check
100- - ` timeZone ` : The timezone for the availability check
102+ - ` timeZone ` : The timezone for the availability check, defaults to UTC
103+ - ` calendarId ` : The calendar ID to check availability in, defaults to the primary calendar
101104
102105<Info >
103106 All datetime fields should be provided in ISO 8601 format.
You can’t perform that action at this time.
0 commit comments