I would like to set up recurring scheduler ie daily, weekly, monthly appointments for the same patient for a particular period in our appointment scheduler which is set up using dhtmlx scheduler. I need help on how it can be implemented in dhtmlxScheduler.
Sample scenario :-
Firstly the type has to be selected ie whether it is daily/ weekly/ monthly recurring appointment
Then we have to specify for how many weeks it has to be set up (is weekly is the type)
End date also needs to be implemented ie when it has to stop, then the number of visits have to be updated automatically from the starting instance.
Hello,
Please check this article about recurring events:
docs.dhtmlx.com/scheduler/recurring_events.html
Thank you so much!