create_calendar
Build an ICS calendar file by providing an array of events. Each event requires title, start, and end, with optional location, description, and all-day flag.
Instructions
Build a multi-event ICS calendar file from an array of events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| calendar_name | No | Calendar | |
| events | Yes |