Structure containing information about an existing booking
import "IToiSchedulerService.idl";
Public Attributes | |
IToiSchedulerService::TToiBookingId | Id |
string | Category |
string | ActivityType |
IToiSchedulerService::TToiTime | Start |
long | Duration |
IToiSchedulerService::TToiSeriesId | SeriesId |
The activity type.
The category the booking belongs to.
The duration. A value < 0 means no OnScheduledStop will be sent
Booking identifier.
If the booking is part of a series, the parameter refers to the identifier of the series, otherwise set to SERIES_ID_NONE.