bookingReminder リソースの種類bookingReminder resource type
名前空間: microsoft.graphNamespace: microsoft.graph
重要
/beta
Microsoft Graph のバージョンの api は変更される可能性があります。APIs under the /beta
version in Microsoft Graph are subject to change. 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。Use of these APIs in production applications is not supported. API が v2.0 で利用できるかどうかを確認するには、 バージョン セレクターを使用します。To determine whether an API is available in v1.0, use the Version selector.
電子メール通知を送信するタイミングと送信先を表します。Represents when and to whom to send an email reminder.
プロパティProperties
プロパティProperty | 型Type | 説明Description |
---|---|---|
messagemessage | StringString | アラームのメッセージ。The message in the reminder. |
交互offset | 期間Duration | 予定の開始時刻から事前通知を送信するまでの時間の長さ。The amount of time before the start of an appointment that the reminder should be sent. ISO 8601形式で示されています。It's denoted in ISO 8601 format. |
Recipientsrecipients | StringString | Shouold がアラームを受信する人物。The persons who shouold receive the reminder. 可能な値は、allAttendees 、staff 、customer です。Possible values are: allAttendees , staff , customer . |
JSON 表記JSON representation
リソースの JSON 表記を次に示します。The following is a JSON representation of the resource.
{
"message": "String",
"offset": "String (timestamp)",
"recipients": "String"
}