Skip to content

Latest commit

 

History

History
64 lines (47 loc) · 1.52 KB

File metadata and controls

64 lines (47 loc) · 1.52 KB
title description ms.localizationpriority author ms.subservice doc_type
bookingReminder resource type
Represents when and whom to send an email reminder.
medium
arvindmicrosoft
microsoft-bookings
resourcePageType

bookingReminder resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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