Google Calendar to Slack Status & Philips Hue
detail.loadingPreview
Syncs your Google Calendar events to update your Slack status and control Philips Hue lights.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow automates the synchronization of your Google Calendar to your Slack status and Philips Hue lights. When an event starts on your Google Calendar, it updates your Slack status with the event's summary and color, and attempts to control your Philips Hue lights based on the event's color. This helps in reflecting your availability and current activity across different platforms.
Key Features
- Trigger workflow based on Google Calendar events.
- Update Slack status with event details (summary and color).
- Control Philips Hue lights based on event color.
- Customizable mapping of Google Calendar colors to light states.
- Robust error handling to ensure workflow stability.
How To Use
- Import Workflow: Import this JSON into your n8n instance.
- Configure Credentials: Set up Google Calendar OAuth2 credentials and Slack API credentials.
- Set Calendar ID: In the
Google Calendar Triggernode, replaceyouremail@domain.comwith your actual Google Calendar ID. - Configure Environment Variables: Set the
BASE_URLenvironment variable to your Philips Hue bridge API endpoint. - Customize Light Control: Modify the
Light - Busy,Light - Available, andLight - Personalnodes to send appropriate commands to your Philips Hue bridge based on your desired lighting configurations and the event's color. - Map Calendar Colors: Adjust the
Set CalColorfunction node to define how eachcolorIdfrom Google Calendar maps to a specificcalColorstring, which is then used for Slack status and potentially Hue light control.
Apps Used
Workflow JSON
{
"id": "475938c5-5574-46eb-9a4e-3cb0a913d797",
"name": "Google Calendar to Slack Status & Philips Hue",
"nodes": 0,
"category": "integrations",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 475938c5-5574...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Verification Info
Related Integrations
- Google Sheets + Schedule Trigger(394 workflows)
- Google Sheets + Split Out(277 workflows)
- Google Sheets + Slack(268 workflows)
- Gmail + Google Sheets(245 workflows)
- Google Drive + Google Sheets(203 workflows)
- Form Trigger + Google Sheets(163 workflows)
- Schedule Trigger + Slack(143 workflows)
- Google Drive + Google Drive Trigger(135 workflows)
- Google Drive + Split Out(134 workflows)
- Google Sheets + Telegram(118 workflows)
Related Workflows
Discover more workflows you might like
Discord Members To Google Sheets
Copies Discord members with a specific role to a Google Sheet.
Automate Competitor Tracking with Crunchbase & ClickUp
Streamline competitor analysis by automatically fetching data from Crunchbase and creating review tasks in ClickUp. Stay informed about market changes without manual effort.
Telegram Profanity & Toxicity Filter
This n8n workflow automatically monitors incoming Telegram messages for profanity and toxic language. It leverages Google's Perspective API to analyze message content, and if a message is deemed inappropriate, the workflow sends an automated warning response back to the sender.
Automate Shipment Tracking with Telegram and n8n
Streamline your logistics operations by automating shipment tracking with Telegram and n8n. This workflow allows drivers to easily share updates, and ensures timely notifications to your team.
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.
Convert Any Webpage to PDF and Save Locally
This n8n workflow provides a simple way to convert any public webpage URL into a PDF document. Once converted, the PDF file is automatically saved to your local disk, making it easy to archive or share web content offline.