Hi there,
I’m stuck with a problem that doesn’t seem so hard, so I’m probably missing something…
I’m getting data from google calendar, in a form of a list of event (later called event_list).
I’d like to process that list to store some of the fields in a database.
The fact is that the event_list I receive has a different structure as my event_db database. Lets say my event_db only has a limited number of the fields I receive.
How can I process the event_list I receive to store some of the event fields to my event_db database?
(I’ve read tutorials about scheduling workflows on a list) but it assumes that both the input list and workflow thing are of the same kind. Here mine are different.
Thanks for your help
Michael.