bookingReminder resource type
Namespace: microsoft.graph
Represents when and whom to send an email reminder.
Properties
Property | Type | Description |
---|---|---|
message | String | The message in the reminder. |
offset | Duration | The amount of time before the start of an appointment that the reminder should be sent. It's denoted in ISO 8601 format. |
recipients | bookingReminderRecipients | The persons who should receive the reminder. Possible values are: allAttendees , staff , customer , unknownFutureValue . |
JSON representation
The following is a JSON representation of the resource.
{
"message": "String",
"offset": "String (timestamp)",
"recipients": {"@odata.type": "microsoft.graph.bookingReminderRecipients"}
}
Feedback
Submit and view feedback for