update_todo_raw
Replace a todo with raw VTODO iCal data to modify advanced iCal properties. Provide complete updated iCal data and current ETag for conflict detection.
Instructions
ADVANCED: Update todo with raw VTODO iCal data. Requires manual iCal formatting - use update_todo instead for simple field updates (summary, description, status). Only use this if you have complete pre-formatted VTODO data or need to update advanced iCal properties.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| todo_url | Yes | The URL of the todo to update | |
| todo_etag | Yes | The current ETag of the todo (required for conflict detection) | |
| updated_ical_data | Yes | Complete updated VTODO iCalendar data |