Create Calendar
neuron_create_calendarCreate a new booking calendar with a name, timezone, and visibility setting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Calendar display name | |
| slug | No | URL slug (auto-generated from name if omitted) | |
| color | No | Hex color code (e.g. '#6366f1') | |
| timezone | No | IANA timezone (default: Africa/Lagos) | |
| visibility | No | Visibility: 'public' for public booking page, 'org-link' for link-only, 'private' for no public access | |
| description | No | Calendar description | |
| notifyEmail | No | Send email notifications for bookings | |
| notifyPhone | No | Host phone number for WhatsApp notifications | |
| notifyWhatsapp | No | Send WhatsApp notifications for bookings | |
| notifyEmailAddress | No | Host email address for notifications |