Create Event
create_eventSchedule meetings, calls, and time-specific activities in Less Annoying CRM, with calendar assignments, attendees, and recurring event options.
Instructions
Create a calendar event in Less Annoying CRM. Use this tool to schedule meetings, calls, or other time-specific activities. Events can be attached to contacts and assigned to specific calendars.
Required: name, start_date, end_date. Use get_calendars to find valid calendar IDs. Use get_users to find valid user IDs for attendees.
Supports recurring events with RFC 5545 recurrence rules (e.g., "FREQ=WEEKLY;BYDAY=MO,WE,FR").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Event name/title | |
| end_date | Yes | End date/time in ISO 8601 format | |
| location | No | Event location | |
| attendees | No | Event attendees (users or contacts) | |
| is_all_day | No | True for all-day events (time ignored) | |
| start_date | Yes | Start date/time in ISO 8601 format with timezone | |
| calendar_id | No | Calendar ID (defaults to primary) | |
| description | No | Event details | |
| is_recurring | No | True for recurring events | |
| recurrence_rule | No | RFC 5545 recurrence rule | |
| end_recurrence_date | No | Final recurrence date |