Integrar Google Agenda com AppSheet

Meu app tem 150 usuários diferentes, cada um com seu e-mail google para acessá-lo. Cada usuário tem sua própria agenda google. Como faço para que quando o usuário inclua um evento no Calendário do App Sheet, apareça somente no Google Agenda daquele usuário? Os usuários não podem e não devem compartilha a mesma agenda. 

Solved Solved
0 1 174
1 ACCEPTED SOLUTION

It's possible to connect Google Calendar as a source for your apps by "+ New Data Source"

But you would have to add 150 Data Sources, which is not practical.

MiguelPilo_0-1718734692725.png

In your case, to manage agenda for multiple users from appsheet. I'll recomend you to make a BOT sending a message/email/notification any action or all of them. As a reminder to each events of each user. (You can configuret when you want this remainder; few hors ago, 1 day before or anytime)

And in Calendar View you can use an Slice in order to the users only can view their events.

You just need be sure that each event include an [owner_column] = useremail() and that will be your slice filter: [owner_column] = useremail()

View solution in original post

1 REPLY 1
Top Labels in this Space