Constructs a new record service object.
Service configuration.
Query all calendars.
Optional
options: ScheduleReadOptionsOptional options for reading calendars.
A grid of calendars.
Query all schedules.
Optional
options: ScheduleReadOptionsOptional options for reading schedules.
A grid of schedules.
Reads all the schedulable points associated to a schedule.
The record id.
Optional
options: ScheduleReadOptionsSchedule read options.
A grid of points.
Reads the events associated with a schedule.
Returns the events within the start -> end range, or, if no end provided, will return the next scheduled event.
The record id.
The range to use for event lookup.
The events for the Schedule.
Adds or Removes schedulable points to/from a schedule.
The record id.
The schedule point updates.
A grid with the schedule points added/removed.
An implementation of the FIN schedule service.