Interact with your Google Calendar
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
List upcoming calendar events with date range filtering. Parameters: maxResults (integer), timeMin (string, RFC3339 format), timeMax (string, RFC3339 format)
Create new calendar events with attendees. Parameters: summary (string), location (string), description (string), start (string, RFC3339 format), end (string, RFC3339 format), attendees (array of strings)
Update existing calendar events. Parameters: eventId (string), summary (string), location (string), description (string), start (string, RFC3339 format), end (string, RFC3339 format)
Delete calendar events. Parameters: eventId (string)