update_calendar_event
ActiveTool of SendIt
declared in 0.1.0
Update one calendar event by rescheduling it, changing status, reassigning it, or storing metadata.
Parameters schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Compatibility alias for eventId."
},
"postId": {
"type": "string",
"description": "Compatibility alias when the calendar event maps directly to a scheduled post."
},
"status": {
"enum": [
"draft",
"scheduled",
"queued",
"pending",
"publishing",
"draft_delivered",
"published",
"failed",
"cancelled"
],
"type": "string",
"description": "Updated event status."
},
"eventId": {
"type": "string",
"description": "Calendar event ID or backing scheduled post ID."
},
"team_id": {
"type": "string",
"description": "Team ID to operate in team scope. Get available teams with list_teams. If omitted, uses personal scope."
},
"metadata": {
"type": "object",
"description": "Optional event metadata patch.",
"additionalProperties": true
},
"assigneeId": {
"type": "string",
"description": "Optional assignee user ID."
},
"scheduledAt": {
"type": "string",
"format": "date-time",
"description": "Updated ISO 8601 schedule time for the event."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SendIt
https://github.com/Shree-git/sendit
1/7 registries