Hello all,
Is there any way to export recurring appointments to JSON? As far as I have been able to find out, jqWidgets will only export the first occurence and there is no metadata to know that the appointment will repeat, nor if there are exceptions.
In case this is not possible, what attributes should I take into account using $(“#scheduler”).jqxScheduler(“getAppointments”) to manually create my own data structure and export the recurrences with the period, days, exceptions, hours and times? A short snippet would be very useful.
Thank you very much, cheers.
Juan