Hello! I am trying to create an automation to take the calendar from the website I have and automatically add it to Google Calendar, but I haven’t been successful. Could you create this simple automation and share it with me?
link : Takvim
Hello! I am trying to create an automation to take the calendar from the website I have and automatically add it to Google Calendar, but I haven’t been successful. Could you create this simple automation and share it with me?
link : Takvim
Hi @ibere, I am sorry you’re having trouble.
Could you create this simple automation and share it with me?
While we’re happy to help if you’re stuck this forum is not an end to end workflow building service. If you’re looking for a ready-to-run workflow, perhaps you want to look for paid assistance in the Jobs category here on the forum instead?
If you’d rather tackle this yourself it seems to me you’d want to first fetch the page using the HTTP Request node, then process the content using the HTML node, parse dates as needed using suitable Luxon expressions in the Set node, and finally insert the data using the Google Calendar node.
Seeing the HTML part can often be the hardest, here’s a quick snippet to get you started:
It will extract the table data and will make it available inside n8n like so:
Hope this helps!
Thank you so much
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.