Interact with your Google Calendar
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
List upcoming calendar events with date range filtering. Parameters: maxResults (integer), timeMin (ISO 8601 string), timeMax (ISO 8601 string)
Create new calendar events with attendees. Parameters: summary (string), location (string), description (string), start (ISO 8601 string), end (ISO 8601 string), attendees (array of strings)
Update existing calendar events. Parameters: eventId (string), summary (string), location (string), description (string), start (ISO 8601 string), end (ISO 8601 string)
Delete calendar events. Parameters: eventId (string)