Interact with your Google Calendar
暂无评论. 成为第一个评论的人!
登录以参与讨论
List upcoming calendar events with date range filtering. Parameters: maxResults (int), timeMin (string), timeMax (string)
Create new calendar events with attendees. Parameters: summary (string), location (string), description (string), start (string), end (string), attendees (array of strings)
Update existing calendar events. Parameters: eventId (string), summary (string), location (string), description (string), start (string), end (string)
Delete calendar events. Parameters: eventId (string)