|
Requests
Objects
Enums
|
JSRecurrenceExceptionA recurrence exception is a instance that is an exception to the recurrence pattern.
This can be an instance that is move to another date/time or and instance that is deleted.
Deleted will have a duration or 0
See JSRecurrencePattern
JSON example:
{
"OriginalDate" : "2017-05-17T08:21:10Z",
"StartDate" : "2017-05-17T08:21:10Z",
"Duration" : 0
}
|