This is the documentation for ToiSchedulerServiceBooking.
Structure containing information about an existing booking Use toi.statics.ToiSchedulerServiceBooking.create(<id>, <category>, <activityType>, <start>, <duration>, <seriesId>) to create an instance of ToiSchedulerServiceBooking.
import "ToiSchedulerServiceBooking.idl";
Public Attributes | |
attribute ToiSchedulerService::TToiBookingId | id |
attribute string | category |
attribute string | activityType |
attribute ToiSchedulerService::TToiTime | start |
attribute long | duration |
attribute ToiSchedulerService::TToiSeriesId | seriesId |
attribute string ToiSchedulerServiceBooking::activityType |
The activity type.
attribute string ToiSchedulerServiceBooking::category |
The category the booking belongs to.
attribute long ToiSchedulerServiceBooking::duration |
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 ToiSchedulerService::SERIES_ID_NONE.
The start time.