How to Implement Recurring Events Like Google Calendar in Glide

I don’t think there’s an easy way using native Glide to achieve that, since each event might need to live on its own row for the Calendar to work.

Let’s say you need it to be weekly on Wednesday, then you must also declare how long would it last, and find a way to construct an API call to add as many rows as needed to the destination table.

1 Like