Write a calendar invite
ics_createCall this tool to write a .ics for one meeting and return the path plus the start in UTC and in your zone. Times are stored in UTC so it lands correctly in any client. Free: 3 files a month.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gap | No | What to do with a time that does not exist because the clocks jumped forward: 'forward' takes the time after the jump, 'backward' the time before it. Without this, such a time is refused. | |
| fold | No | Which occurrence of a time that happens twice because the clocks went back. Default 'first'. | |
| zone | Yes | Place the start time is given in | |
| start | Yes | Start time, read in `zone` unless it carries an offset | |
| title | Yes | Event title | |
| location | No | Where, or a meeting link | |
| out_path | No | Name for the downloaded file, default meeting.ics | |
| attendees | No | Attendees. An entry with an email is invited (ATTENDEE:mailto:...); a name with no email is listed in the description instead, because a calendar cannot invite a name. | |
| description | No | Body text | |
| organizer_name | No | Your display name for the ORGANIZER line | |
| organizer_email | No | Your email address, written as the ORGANIZER so replies have somewhere to go. Leave it out and your shared business profile's email is used; with neither, the ORGANIZER line is omitted rather than filled with an address you improvised | |
| duration_minutes | Yes | Length in minutes, at most 1440 |