Group Location
Explore Plans
Mobile menu Close menu
Acuity SchedulingAcuity Scheduling

Add blocked-off time

This action will add blocked-off time to the specified calendar.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
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

Calendar ID Dropdown list

Label
Which calendar?
Slug
calendar_id
Required
true
Can have default value
false

Start time Text input > ISO 8601 date and time

Label
Start time:
Slug
start_time
Required
true
Can have default value
true
Filter code method
AcuityScheduling.addBlockedOffTime.setStartTime(string: startTime)

End time Text input > ISO 8601 date and time

Label
End time:
Slug
end_time
Required
true
Can have default value
true
Filter code method
AcuityScheduling.addBlockedOffTime.setEndTime(string: endTime)

Notes Text input > Long text

Label
Notes for this time block:
Slug
notes
Required
false
Can have default value
true
Filter code method
AcuityScheduling.addBlockedOffTime.setNotes(string: notes)