Propose New Meeting Time
calendar_propose_new_timePropose a new meeting time to the organizer when the scheduled time does not work for you. Specify proposed start and end times with an optional message.
Instructions
✏️ Propose a new time for a meeting (requires user confirmation recommended)
Proposes a new meeting time to the organizer. This is useful when you've been invited to a meeting but the time doesn't work for you.
Note: This only works for meetings where you are an attendee, not the organizer.
Args: account_id: Microsoft account ID event_id: The event ID to propose new time for proposed_start: Proposed start time in ISO format (e.g., "2024-01-15T10:00:00") proposed_end: Proposed end time in ISO format message: Optional message explaining the proposed change
Returns: Status confirmation
Raises: ValidationError: If datetime values are invalid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | ||
| event_id | Yes | ||
| proposed_start | Yes | ||
| proposed_end | Yes | ||
| message | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||