A beginner's guide
Explore Plans
Mobile menu Close menu
TrickleStar Connected ProductsTrickleStar Connected Products

Schedule vacation event

This action will schedule a vacation event on all devices of the selected site. It can be used with triggers like Google Calendar "Any event starts".

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 schedule a vacation event on all devices of the selected site. It can be used with triggers like Google Calendar "Any event starts".
API endpoint slug
tricklestar.vacation
Filter code method
Tricklestar.vacation.skip(string?: reason)
Runtime method
runAction("tricklestar.vacation", {})

Action fields

Site Dropdown list

Label
Site
Helper text
My site, e.g. Home
Slug
site
Required
true
Can have default value
false

Start time Text input > ISO 8601 date and time

Label
Start date time
Helper text
Date and time the vacation event starts in the format YYYY-MM-DDTHH:mm:ssZ
Slug
start_time
Required
true
Can have default value
true
Filter code method
Tricklestar.vacation.setStartTime(string: startTime)

End time Text input > ISO 8601 date and time

Label
End date time
Helper text
Date and time the vacation event ends in the format YYYY-MM-DDTHH:mm:ssZ
Slug
end_time
Required
true
Can have default value
true
Filter code method
Tricklestar.vacation.setEndTime(string: endTime)