|
Requests
Objects
Enums
|
JSSyncCalendarEntryThis object is used by the SyncCommit request to add,mofidy or delete calendar entries.
Note: A deleted calendar entry may actually refer to a meeting.
If this is the case the meeting will be deleted.
JSON example:
{
"State" : "NEW",
"LastModified" : "2017-05-207T11:00:00Z"
"ClientSyncId" : "D585EAC9-86FE-42C3-89F2-9B5C0E721719"
"CalendarEntry" : {
"Start" : "2017-05-247T09:00:00Z",
"End" : "2017-05-24T17:00:00Z"
}
}
|