๐ Selective forex factory calendar import & cleanup for Google Calendar
โก 478 views ยท ๐ Crypto Trading & Stock Market
Description
Import Forex Factory Calendar To Google Calendar
Purpose of this n8n Template
- Import Forex Factory Calendar events into Google Calendar.
- Delete past Forex Factory Calendar events from Google Calendar.
Use Cases:
- Get reminders for important economic data releases โ especially High Impact news.
- Use as a trigger for opening trading positions.
How It Works (Adding Next Weekโs Events to Google Calendar)
- Every Sunday, the workflow fetches the next weekโs events (.ics file) using the HTTP node.
- The file is parsed with the Extract From File node.
- Events are split using the Split Out node so each event is processed separately.
- Events are classified into three categories โ High, Medium, and Low Impact โ using the Switch node.
- High Impact news is added to Google Calendar with a popup reminder set 30 minutes before release.
- Medium Impact news is added to Google Calendar without a reminder.
- Low Impact news is ignored.
How It Works (Deleting Past Events from Google Calendar)
- The workflow retrieves events from the past 10 days using the Google Calendar node.
- If an event is related to Forex Factory, it will be deleted.
- If it is not related, it will be left untouched.
How to Use
- Enter your credentials for all Google Calendar nodes.
Requirements
- A valid Google Calendar credential.
Need Help?
Join the Discord or ask in the Forum!
Thank you!
๐ Nodes Used
HTTP Request, Google Calendar, Schedule Trigger, Extract from File
๐ฅ Import
Download workflow.json and import into n8n:
Workflow menu โ Import from File