updateCalendar
Update a calendar event or task in Lofty CRM by providing its composite ID and optional details like time, description, or location.
Instructions
Update a calendar item by ID (v2 API). Calendar IDs are composite strings like "563172-task" or "563172-appointment".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| calendarId | Yes | Composite calendar ID, e.g. "563172-task" or "563172-appointment" | |
| content | No | Description | |
| startAt | No | Start time (ISO 8601) | |
| endAt | No | End time (ISO 8601) | |
| startAtMs | No | Start time as ms epoch | |
| endAtMs | No | End time as ms epoch | |
| timeZoneCode | No | IANA time zone code | |
| reminderType | No | Reminder type | |
| reminderTime | No | Reminder time offset in minutes | |
| leadId | No | Lead ID | |
| address | No | Location address |