Synchronization of tasks from Calendar to Notion
Project description:
Automatic creation of tasks in Notion from Google Calendar (n8n)
– An automated n8n workflow has been created that converts new Google Calendar events into tasks in Notion.
– The Google Calendar Trigger node (eventCreated) monitors the appearance of new events (polling ≤ 5 minutes).
– The Set node formats the date/time in DD-MM-YYYY HH:mm format, constructs the title “17:30 / Meeting with Customer,” and retrieves the description.
– The Notion Create Page node maps fields: Title, Description, Date (ISO), Priority “High.”
– After configuring Google/Notion OAuth, the workflow runs autonomously, ensuring that each new calendar event appears in Notion as a task without manual intervention.
Automatic creation of tasks in Notion from Google Calendar (n8n)
– An automated n8n workflow has been created that converts new Google Calendar events into tasks in Notion.
– The Google Calendar Trigger node (eventCreated) monitors the appearance of new events (polling ≤ 5 minutes).
– The Set node formats the date/time in DD-MM-YYYY HH:mm format, constructs the title “17:30 / Meeting with Customer,” and retrieves the description.
– The Notion Create Page node maps fields: Title, Description, Date (ISO), Priority “High.”
– After configuring Google/Notion OAuth, the workflow runs autonomously, ensuring that each new calendar event appears in Notion as a task without manual intervention.