MeetingBooster API
Requests
Objects
Enums

JSRecurrenceException

A 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
Property name Value Description
Duration Integer Duration in minutes. Deleted instances will have a 0 duration.
OriginalDate DateTime The orginal date in the recurrence pattern
StartDate DateTime The start of the instance
JSON example:
{
	"OriginalDate" : "2017-05-17T08:21:10Z",
	"StartDate" : "2017-05-17T08:21:10Z",
	"Duration" : 0
}