Hello,
I am developing an app using Glide and would like to implement a feature to add recurring events, similar to Google Calendar. It seems that this functionality is not built into the calendar component in Glide. Could you please advise on how I can achieve this?
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
Thanks!
By using the Glide API, I understand that I can achieve this. Are there similar cases or examples?
Sorry, I don’t have ready-made examples for this.
1 Like
Thank you! I’ll try doing it myself!