Passing Google meet meeting code from google calendar node to another

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:

  1. 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?)

  1. 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

Hi @Kris_Szostak, looks like you haven’t provided the standard information from the forum template when posting a new question. So it’s a bit of guesswork I am afraid.

As for the There was a problem loading the parameter options from server: “The resource you are requesting could not be found” issue, can you make sure you’re on the latest version of n8n and confirm whether the issue persists even when creating new Google Calendar credentials in n8n?

Are you able to execute the node despite the warning?