user-1
(User 1)
August 25, 2024, 2:01pm
1
This topic was automatically generated from Slack. You can find the original thread here .
Is there a way to create a trigger that is based on a calendar feed (a calendar feed is a URL that responds with a calendar, often referred to as an iCal or ICS feed)?
I know you can create a trigger based on Google Calendar (create and update events), but I’d prefer to avoid using Google Calendar and instead use a raw calendar feed.
user-1
(User 1)
August 25, 2024, 2:01pm
2
Hi , may I ask which server do you host your calendar on? Because Pipedream needs to connect to it to get the information
user-1
(User 1)
August 25, 2024, 2:01pm
3
Hi I’m using https://mergecal.org
but it should/could be irrelevant
A calendar feed is one the follows the standard icalendar spec
the trigger would run on a cron job and pares the calendar and check for updates - something like that
simular to the rss trigger
user-1
(User 1)
August 25, 2024, 2:01pm
4
Hi , in MergeCal, is your calendar feed public to the internet? Or is it require some kind of authentication (username/password)?
user-1
(User 1)
August 25, 2024, 2:01pm
6
Thanks, could you share your calendar link with me so I can create a ticket?
user-1
(User 1)
August 25, 2024, 2:01pm
7
user-1
(User 1)
August 25, 2024, 2:01pm
8
But I want to emphasize again that IMO there is a need for a general calendar based trigger
independent of any platform
user-1
(User 1)
August 25, 2024, 2:01pm
10
The link you sent is just one event, it’s not your whole calendar. One rss link contains all of the news, not just one. That’s difference
user-1
(User 1)
August 25, 2024, 2:01pm
11
Could you share the link to the whole calendar? It should be public url
user-1
(User 1)
August 25, 2024, 2:01pm
13
i added more events to the calendar
user-1
(User 1)
August 25, 2024, 2:01pm
14
Could you share the sources you need? For example, new event added, up comming events?
user-1
(User 1)
August 25, 2024, 2:01pm
15
In my use case
i would like the trigger to be when the calendar has a new event added
or if an existing event is changed/updated
user-1
(User 1)
August 25, 2024, 2:01pm
16
events have a UID
which can be used as a id
user-1
(User 1)
August 25, 2024, 2:01pm
17
(you can visualize the calendar at mergecal | Code & Coffee NY )
user-1
(User 1)
August 25, 2024, 2:01pm
18
Thanks, I’ll create the ticket for the team to check