bookingReminder resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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 and unknownFutureValue.

JSON representation

The following is a JSON representation of the resource.

{
  "message": "String",
  "offset": "String (timestamp)",
  "recipients": {"@odata.type": "microsoft.graph.bookingReminderRecipients"}
}