update_event
Modify existing calendar events by updating details like subject, date, time, location, or description directly in Microsoft Outlook, ensuring changes are managed locally for privacy.
Instructions
Update an existing calendar event
Input Schema
Name | Required | Description | Default |
---|---|---|---|
body | No | New event description/body (optional) | |
calendar | No | Calendar name (optional) | |
endDate | No | New end date in MM/DD/YYYY format (optional) | |
endTime | No | New end time in HH:MM AM/PM format (optional) | |
eventId | Yes | Event ID to update | |
location | No | New event location (optional) | |
startDate | No | New start date in MM/DD/YYYY format (optional) | |
startTime | No | New start time in HH:MM AM/PM format (optional) | |
subject | No | New event subject/title (optional) |