Summary

The RestScheduleDeleteExt can delete the current event in the remote schedule application.


Implementation

  • Add a RestScheduleDeleteExt in a schedule
  • Configure its properties

 

 Properties

  • HttpConfig : To configure the Http (Post) request to send the event to create. See Http Config
  • ScheduleId: If used with the discover of RestScheduleDeviceExt, will contain the id to identify the schedule. Will be empty otherwise
  • OccupationEnabled: Whether to activate the extension based on the OccupationTrigger slot.
  • OccupationTrigger: Boolean input that will trigger the deletion when its value gets to false.

 You may need to override some properties in the Http Config. Usually the method, the query and the body. (click right on the Http Config > actions > Add Overriding Property)


Actions

  • Execute: To execute the deletion of the current SpecialEvent