Syncs TripIt travel itineraries to Reclaim.ai timezone segments and Google Calendar OOO blocks.
91
97%
Does it follow best practices?
Impact
80%
1.31xAverage score across 4 eval scenarios
Advisory
Suggest reviewing before use
A developer on a distributed team travels frequently for conferences and client visits. Their team uses Reclaim.ai for scheduling, and colleagues keep booking meetings during travel when the developer is in a completely different timezone. The developer has heard about a TripIt-to-Reclaim sync tool that can automatically update timezone segments in Reclaim based on their TripIt travel itinerary, preventing these scheduling conflicts.
The developer wants a shell script they can run manually (or schedule via cron) that ensures the sync tool is available and runs it to update Reclaim. The script should be robust — it should install the tool if it isn't already present, run the sync, and capture its output so they can tell whether anything changed or if there were errors.
Produce a shell script named run-sync.sh that can be executed directly. The script should:
sync-output.json in the same directory as the scriptAssume the following environment variables will be set at runtime:
TRIPIT_ICAL_URLRECLAIM_API_TOKEN