MeetingBooster API
Requests
Objects
Enums

JSCalendarEntry

A calendar entry is a timeslot where the user is busy with other things than MeetingBooster. Used by MeetingBooster conflict checker when scheduling a meeting.
Property name Value Description
End DateTime The end time of the busy timeslot
Start DateTime The start time of the busy timeslot
JSON example:
{
	"Start" : "2017-05-247T09:00:00Z",
	"End" : "2017-05-24T17:00:00Z"