Automate Everhour Time-off Sync to Google Calendar with All-day Events
Who’s it for Teams that track absences in Everhour and want a shared Google Calendar view for quick planning. Ideal for managers, HR/OPS, and teammates who need instant visibility into approved time off.
What it does
Pulls approved time-off from Everhour on a schedule
Creates/updates all-day events per day of absence in Google Calendar
Removes stale events if a request changes or is canceled
Uses a stable external key (everhour:ASSIGNMENT_ID:YYYY-MM-DD) to avoid duplicates
How it works A Schedule Trigger runs periodically → the workflow fetches Everhour assignments, filters approved time-off, expands multi-day requests into single-day items, then searches by external key to either create or update events. Separate cleanup steps list calendar events and delete any that are no longer present in Everhour.
How to set up
In n8n, create an HTTP Header Auth credential for Everhour with header X-Api-Key: {YOUR_EVERHOUR_API_KEY} .
Add a Google Calendar OAuth credential.
Open the Config node and set your calendarId (e.g., team@group.calendar.google.com).
Enable the workflow and choose your schedule.
Requirements
Everhour account with API access
Google Calendar (workspace or personal)
n8n Cloud or self-hosted
How to customize the workflow
Adjust the schedule (hourly/daily).
Filter by user or time-off type.
Tweak the event title/description templates.
Point to multiple calendars (duplicate the create/update branch per calendar).
Related Templates
Extract Title tag and Meta description from url for SEO analysis with Airtable
Extract Title tag and meta description from url for SEO analysis. How it works The workflows takes records from Airtabl...
Restore your workflows from GitHub
This workflow restores all n8n instance workflows from GitHub backups using the n8n API node. It complements the Backup ...
Extract Named Entities from Web Pages with Google Natural Language API
Who is this for? Content strategists analyzing web page semantic content SEO professionals conducting entity-based anal...
🔒 Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments