Skip to main content

system.kanoa.schedule.deleteScheduleBlockException

Description

Deletes a schedule block exception. Formerly called deleteRecurringException.

Syntax

deleteScheduleBlockException(scheduleBlockExceptionId)

Parameters:
  • scheduleBlockExceptionId (int): ID of the schedule block exception.

  • Returns:
  • recordsModified (int): Number of records modified.
  • Code Examples

    # Example Usage:
    schedule_block_exception_id = 789
    records_modified = system.kanoa.schedule.deleteScheduleBlockException(schedule_block_exception_id)