Create Task
create_taskCreate a task in Less Annoying CRM with optional due date, assignee, and contact; it appears on task lists and daily agenda emails.
Instructions
Create a new task in Less Annoying CRM. Tasks are reminders that appear on user task lists and daily agenda emails. Unlike events, tasks are date-only (no time component).
Required: name. Optional: due_date, assigned_to, contact_id for linking to a contact. Use get_users to find valid user IDs for assigned_to. Use get_calendars to find valid calendar IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Task name/label | |
| due_date | No | Due date in YYYY-MM-DD format | |
| contact_id | No | Contact ID to attach task to | |
| assigned_to | No | User ID to assign task to (defaults to caller) | |
| calendar_id | No | Calendar ID for categorization | |
| description | No | Task details (newlines preserved) |