You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 18, 2024. It is now read-only.
My scenario is if I give MasterRecurring Id to my API, it should return list of all the occurrences inside it with start date, end date and occurrence index number, so that I can further navigate to update , read or delete single occurrence based on its index number using Appointment.bind(service, recurringMaster.Id, indexofOccurences). Is there any way to achieve indexes of all the occurrences?