ToiSchedulerServiceSeries Interface Reference


Description

This is the documentation for ToiSchedulerServiceSeries.

Technical Preview:
This structure is a TECHNICAL PREVIEW, it may change. Structure containing information about an existing series

Use toi.statics.ToiSchedulerServiceSeries.create(<id>, <category>, <activityType>, <start>, <duration>, <weekdays>, <originalNumberOfOccurences>) to create an instance of ToiSchedulerServiceSeries.

import "ToiSchedulerServiceSeries.idl";

List of all members.

Public Attributes

attribute
ToiSchedulerService::TToiSeriesId 
id
attribute string category
attribute string activityType
attribute
ToiSchedulerService::TToiTime 
start
attribute long duration
attribute long weekdays
attribute long originalNumberOfOccurences

Member Data Documentation

The activity type.

The category the series belongs to.

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

The number of occurrences originally scheduled for this recurrent booking. If some occurrences have been removed, the value might not reflect the actual number of bookings connected to this recurrent booking.

The start time of the series.

Bit mask indicating which days a recurring booking shall happen.