This action will add blocked-off time to the specified calendar.
- API endpoint slug
- acuity_scheduling.add_blocked_off_time
- Filter code method
- AcuityScheduling.addBlockedOffTime.skip(string?: reason)
- Runtime method
- runAction("acuity_scheduling.add_blocked_off_time", {})
Action fields
- Label
- Which calendar?
- Slug
- calendar_id
- Required
- true
- Can have default value
- false
- Label
- Start time:
- Slug
- start_time
- Required
- true
- Can have default value
- true
- Filter code method
- AcuityScheduling.addBlockedOffTime.setStartTime(string: startTime)
- Label
- End time:
- Slug
- end_time
- Required
- true
- Can have default value
- true
- Filter code method
- AcuityScheduling.addBlockedOffTime.setEndTime(string: endTime)
- Label
- Notes for this time block:
- Slug
- notes
- Required
- false
- Can have default value
- true
- Filter code method
- AcuityScheduling.addBlockedOffTime.setNotes(string: notes)