Skip to content

Commit afec734

Browse files
committed
updated google calendar docs with more fields
1 parent 0e94959 commit afec734

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

fern/tools/google-calendar.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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

9698
This 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.

0 commit comments

Comments
 (0)