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
- Label
- Site
- Helper text
- My site, e.g. Home
- Slug
- site
- Required
- true
- Can have default value
- false
- 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)
- 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)