add_calendar_reminder
Add a reminder configuration to a calendar. Supports two types: "relative" (X minutes before) or "specific_time" (specific time on day before). Max 5 reminders per calendar.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| calendarId | Yes | The calendar ID | |
| daysBefore | No | For specific_time reminders: days before appointment (0 = same day, 1 = day before). Max 30. | |
| reminderType | Yes | Type of reminder: "relative" for X minutes before, "specific_time" for specific time of day | |
| specificTime | No | For specific_time reminders: time in HH:mm format (e.g., "20:00" for 8 PM) | |
| minutesBefore | No | For relative reminders: minutes before appointment (e.g., 1440 = 24 hours, 60 = 1 hour). Min 5, max 43200 (30 days). |