GCAL_MEETINGS_FROM bug?

Hello,

It seems there might be a bug with this expression;GCAL_MEETINGS_FROM

I always get this message:
Expression ‘GCAL_MEETINGS_FROM’ requires data source ‘google_calendar’. Please add this data source to your account.

This error messages occurs from within the actual table google_calendar!

Although I noticed for some reason that in some circumstances the data source is displayed as google_calendar-1.

Is this a bug? Or is there a workaround?

1 Like

MKau:

I always get this message:> Expression ‘GCAL_MEETINGS_FROM’ requires data source ‘google_calendar’. Please add this data source to your account.

Please post a screenshot showing the error.

Note that the GCAL_MEETINGS_FROM() function is intended to be used with an actual Google Calendar calendar data source. Is your app table a Google calendar, or a spreadsheet?

MKau:

Although I noticed for some reason that in some circumstances the data source is displayed as google_calendar-1.

Please also post a screenshot of this.

I ran into this today. I was trying to test some functions and automations using a calendar I created in Google Calendar (called “Days Off Test”). I also got the message “Expression ‘GCAL_MEETINGS_FROM’ requires data source ‘google_calendar’. Please add this data source to your account.”

Did you create a table in your app attached to the Google Calendar? That is a requirement.

I did already have a table attached. I found a way that worked better for me by querying the [Creator] directly without using the gcal_meetings_from function.