IToiSchedulerService::TToiBooking Struct Reference


Description

Structure containing information about an existing booking

import "IToiSchedulerService.idl";

List of all members.

Public Attributes

IToiSchedulerService::TToiBookingId Id
string Category
string ActivityType
IToiSchedulerService::TToiTime Start
long Duration
IToiSchedulerService::TToiSeriesId SeriesId

Member Data Documentation

The category the booking belongs to.

The duration. A value < 0 means no OnScheduledStop will be sent

If the booking is part of a series, the parameter refers to the identifier of the series, otherwise set to SERIES_ID_NONE.