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):
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?
I don’t think there is such an option in Zeroqode’s plugin actually. I didn’t even know you need such a trigger . I will be looking at these two solutions then.
thanks for the help
thanks for the reply. I followed you suggestion and tried to implement this process but got stuck at “Sample API Call - Get Contacts” (“get emails” in my case). Seems too complicated for my API knowledge. Will try @agiledood solution now