Issue with Google Calendar

Hi,

I try to link my Google Calendar entries with my Client table. I read this page :

and tried the formula GCAL_MEETINGS_WITH(โ€œCalendarโ€, [Email])

I have an issue while using the formula in a virtual column of the Client table :
2X_b_b27f295690e911b2a328b471bfc7d94e4e838db9.png

even if I used the process to add a table from Google agenda entry.

However the Data source of google aganda table looks different :
2X_f_f664e20358b44edbd8d0c95303f214a69f84c5ad.png

Any idea ?

1 4 339
4 REPLIES 4

Hi Christophe,
I have the same issue. Did you find a solution?
thank you very much

Please contact support@appsheet.com for help with this.

Reza2
New Member

I could reproduce the error on a test app, and reported it to our engineers.

For now I suggest using a workaround formula like this:

SELECT(Primary[Title], IN([_THISROW].[Email],[Attendees]))

Assuming โ€œPrimaryโ€ is the name of the table that is linked to your Google calendar data source, and [Email] is the email address of the person you have meeting with.

Any updates on this?

Top Labels in this Space