Travel day prep checklist
Use “Travel day prep checklist” in Recued. The day before an event whose location is away from home, this checks what Recued can actually verify about that travel day: the event is confirmed, a location and attendees are recorded, a fallback dial-in exists, nothing else clashes, and a departure buffer is free.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (33 steps)
event_id
default
Apply default
has_event
compare
Check if event id has data
source_id
default
Apply default
event_summary
default
Apply default
event_status
default
Apply default
event_location
default
Apply default
event_start_at
default
Apply default
event_end_at
default
Apply default
event_ical_uid
default
Apply default
location_present
compare
Check if event location has data
location_is_local
contains_any
Apply contains_any
is_travel
all
Check if all conditions are true
skip_prep
compare
Check if is travel does not equal true
full_event
?
skip: step.skip_prep equal true
attendees
default
Apply default
attendee_count
count
Count items in attendees
conference_url
default
Apply default
day_start_ms
math
Calculate: {{step.event_start_at}} - {{step.event_start_at}} % 86400000
day_end_ms
math
Calculate: {{step.day_start_ms}} + 86400000
day_events_raw
?
skip: step.skip_prep equal true
day_events
default
Apply default
day_event_count
count
Count items in day events
other_events
filter
Filter by condition
clashes
filter
Filter by condition
clash_count
count
Count items in clashes
buffer_start_ms
math
Calculate: {{step.event_start_at}} - {{config.buffer_minutes}} * 60000
buffer_intruders
filter
Filter by condition
buffer_intruder_count
count
Count items in buffer intruders
day_table_starts_text_dated
map
Extract start_at from each item
day_table
to_table
Format results as a data table
checklist
to_checklist
Format results as an actionable checklist
scope_note
ternary
Apply ternary
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
home terms
setting
=
remote,zoom,meet.google,teams.microsoft,online,home
scan limit
setting
=
50
lead offsets
setting
=
-1d
calendar slug
setting
=
primary
buffer minutes
setting
=
90
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.