basecamp_create_schedule_entry
Create a new calendar event in a Basecamp project schedule with title, time, description, participants, and notification options.
Instructions
Create a new calendar event in the schedule
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notify | No | Notify participants | |
| all_day | No | All-day event | |
| ends_at | No | End date/time (ISO 8601) | |
| summary | Yes | Event title | |
| starts_at | Yes | Start date/time (ISO 8601) | |
| project_id | Yes | ||
| description | No | Event description | |
| schedule_id | Yes | ||
| participant_ids | No | Participant person IDs |