AppointmentCreateRequest
Canonical wrapped appointment create request or deprecated direct payload.
Composition
Any of: object, all of: AppointmentCreateInput
Type
any of: object, all of: AppointmentCreateInput
Example
{
"payload": {
"title": "string",
"summary": "string",
"startTimeUtc": "2026-01-01T00:00:00Z",
"durationMinutes": 0,
"contacts": []
}
}