jQuery UI Widgets Forums Scheduler Exporting recurring appointments

This topic contains 1 reply, has 2 voices, and was last updated by  admin 1 month, 4 weeks ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Exporting recurring appointments #135206

    jamartinez
    Participant

    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

    Exporting recurring appointments #135207

    admin
    Keymaster

    Hi,

    The recurrence appointments could be infinite so it is not possible to export them in json. It is possible to export the repeat rules. When you export in ical format, the recurrence rules are included in the export details.

    Regards,
    Peter

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.