Google Calendar - No deletion

by erickva
Verified

meeting_suggestion

Identifies and suggests available meeting slots within the next 30 days based on working hours, meeting length, and specified calendar IDs, excluding bank holidays and weekends.

Instructions

Suggest available meeting slots within the next 30 days

Input Schema

NameRequiredDescriptionDefault
bankHolidaysNoList of bank holiday dates in YYYY-MM-DD format
calendarIdsNoList of Google Calendar IDs (default: ["primary"])
daysToSearchNoNumber of days to find slots for (default: 3)
meetingLengthMinutesNoMeeting length in minutes (default: 60)
slotsPerDayNoNumber of slots per day to suggest (default: 1)
timezoneNoTimezone for scheduling (default: America/Sao_Paulo)
workingHoursEndNoEnd of working hours (24h format, default: 17)
workingHoursStartNoStart of working hours (24h format, default: 9)

Input Schema (JSON Schema)

{ "properties": { "bankHolidays": { "description": "List of bank holiday dates in YYYY-MM-DD format", "items": { "type": "string" }, "type": "array" }, "calendarIds": { "description": "List of Google Calendar IDs (default: [\"primary\"])", "items": { "type": "string" }, "type": "array" }, "daysToSearch": { "description": "Number of days to find slots for (default: 3)", "type": "number" }, "meetingLengthMinutes": { "description": "Meeting length in minutes (default: 60)", "type": "number" }, "slotsPerDay": { "description": "Number of slots per day to suggest (default: 1)", "type": "number" }, "timezone": { "description": "Timezone for scheduling (default: America/Sao_Paulo)", "type": "string" }, "workingHoursEnd": { "description": "End of working hours (24h format, default: 17)", "type": "number" }, "workingHoursStart": { "description": "Start of working hours (24h format, default: 9)", "type": "number" } }, "type": "object" }

You must be authenticated.

Other Tools from Google Calendar - No deletion

Related Tools

ID: yt9sukbked