Context: I am using a google calendar plugin from Zeroqode that fetches google calendar data.
Objective: I want to create an “event” in the database that updates automatically when the name of the actual event data changes (i.e. when I change the name of the event in the actual google calendar)
What I can do (which is not what I want to achieve):
- Backend workflow with “name” parameter
- Run workflow on the list of all events
But this way, I can only create static data that does not change when I change it in the google calendar. I want to have a parameter of type “Calendar Events Item (Google Calendar)” (i.e. API data type) there is no such type on selection of parameters. What should I do?