This topic contains 1 reply, has 2 voices, and was last updated by Hristo 7 years ago.
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
jQuery UI Widgets › Forums › Scheduler › Edit/Delete Occurrence of a Recurring Appointment
This topic contains 1 reply, has 2 voices, and was last updated by Hristo 7 years ago.
How do you save when a recurring appointment Occurrence is either changed or deleted? I am attempting to use the changedAppointments object to find a way to save and restore when the page is reloaded but I am having issues trying to determine how to save the changes and then rebuild them once the schedule object is reloaded. Are there any examples or documentation on how to pull the data out of changedAppointments and then again how to reload it? Or am I missing how this is supposed to be saved since the appointmentDelete never gets called when a occurrence is deleted and the appointmentChange does get called but not sure how to update the appointment and save it so that the changed occurrence is saved.
Thanks
Greg
Hello Greg,
I would like to suggest you look at this topic:
https://www.jqwidgets.com/community/topic/add-delete-update-change-appointment/
You could find out how to get an update the appointments to the database.
Thank you for the feedback about the “appointmentChange” and “appointmentDelete” events for the recurring appointment. We will discuss this case.
Otherside, if you edit the whole series or delete it then these events fired because the parts of that (recurring appointment) is as a pattern (‘image’).
You could get data about the appointments before you change the page or close it. Also, when editing whole series
Best Regards,
Hristo Hristov
jQWidgets team
http://www.jqwidgets.com
You must be logged in to reply to this topic.