Skip to main content

system.kanoa.schedule.getScheduleBlockExceptions

This function requires KanoaOPS module

Description

Returns schedule block exceptions.

Syntax

getScheduleBlockExceptions(paramsDict)
  • Parameters
      paramsDict (dictionary) - Parameters for filtering exceptions. E.g., {'startDate': somedate, 'endDate': somedate} or {'scheduleBlockId': 67}.
  • Returns
      Schedule block exception data (pyDataset).
  • Code Example

    # Example Usage:
    params_dict = {'scheduleBlockId': 123}
    exception_data = system.kanoa.schedule.getScheduleBlockExceptions(params_dict)