Hi guys,
I’m trying to create events in google calendar based on the data from Airtable. The events usually occur twice a week for a period of 3-5 weeks - let’s say Monday and Wednesday.
I have 2 issues:
- When I can create the events I get a warning no matter what I put there
"Issues:
- There was a problem loading the parameter options from server: “The resource you are requesting could not be found”
The node executes correctly and creates the calendar event a random code for google meet meeting. I’m not sure what to put in this conference data for this to work properely (or shall I just ignore it?)
- I can’t find a proper way to set the event repetition properely. I just found out I could use RRULE option. I tried to use this generator rrule.js demo but I don’t know how to use it in the RRULE field. I tried a few different ways but every time I get bad request error
Also in this scenario I’m not sure how to pass the data to the RRULE string
Any advice please?
—EDIT:
I just realised the events may not always be at the same time… So it might be a bit more complicated.
And even if I wanted to create events separately for Mondays and Wednesdays - google meet meeting code will be different and that’s no good at all…
Thank you
Best regards
Kris