create_recurring_event
Set up recurring events in any CalDAV calendar by specifying start time, duration, and recurrence rule.
Instructions
Create a recurring event with validation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | Yes | Event start time (ISO format) | |
| account | No | Account alias | |
| summary | Yes | Event title/summary | |
| location | No | Event location | |
| description | No | Event description | |
| calendar_uid | Yes | Calendar UID | |
| alarm_minutes | No | Reminder minutes before event | |
| attendees_json | No | JSON string of attendees list | |
| recurrence_rule | Yes | RRULE for recurring events | |
| duration_minutes | Yes | Event duration in minutes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||