| Model
|
BookingException ( recurringBookingId,
startTimestamp, endTimestamp, comments )
|
| Description
|
Describes a time that would normally be part of a
RecurringMeeting, but will not be used.
Examples: professor will be out of town.
|
|
recurringBookingID
|
Links this object to the recurring booking to which it is
an exception.
|
|
startTimestamp
|
Starting date and time of the slot that won't be used.
|
|
endTimestamp
|
Ending date and time of the slot.
|
|
comments
|
Any notes that the controller might want to add on why
this slot won't be used.
|