i want to export my calender data with an ics file - the problem is - that the UID ist always created new - and if i export the same data twice i have in my calendar also the events twice.
how can i manipulate the UID that it is for the same event always the same number?
And is it also possible to delete an event?
Hi Isabelle,
Greetings from Syncfusion support.
Q1: I want to export my calender data with an ICS file - the problem is - that the UID is always created new - and if I export the same data twice I have in my calendar also the events twice.
We have validated your reported issue at our end and confirmed this as a bug and logged the defect report " UID of the appointments varies every time while exporting appointments in ICS file " which can be tracked from the following link.
The fix for this defect will be included in our upcoming patch release which is expected to be rolled out by the first week of July. We would appreciate your valuable patience until then.
Q2: is it also possible to delete an event?
You can delete the Schedule appointment using the deleteEvent public method. In the actionComplete event of the Schedule, you will get the deleted appointment details. So, you can update it in the required places.
API:
https://ej2.syncfusion.com/vue/documentation/api/schedule/#deleteevent
https://ej2.syncfusion.com/vue/documentation/api/schedule/#actioncomplete
Kindly let us know if you need any further assistance.
Regards,
Ravikumar Venkatesan
is the new Release vor Vue3? because I still have the old version :-(
Q2 - i ment to set a delete parameter in the ICS File - how can I delete an event from my extern calendar - not the schedule...
Hi Isabelle,
Q1: is the new Release vor Vue3? because I still have the old version :-(
The fix for the problem will be included in the patch release which is expected to be rolled out by the first week of July. The fix will be working in both Vue 2 and 3.
Q2: i ment to set a delete parameter in the ICS File - how can I delete an event from my extern calendar - not the schedule
Currently, we didn’t have a property in the ICS file to mark an event as deleted. Also, standard iCalendar files don’t have the option to set the delete parameter.
To achieve this scenario, You can get the deleted event data in the actionComplete event of Syncfusion Scheduler, and delete it in your extern calendar via API service.
Kindly let us know if you need any further assistance.
Regards,
Ravikumar Venkatesan
Hi Isabelle,
Thanks for being patience.
We are glad to announce that our weekly patch release v20.2.38 has been rolled out successfully. In this release, an issue with UID of the appointments varies every time while exporting appointments in ICS file has been fixed. As a result, we recommend you upgrade to the latest version of our Syncfusion package to avail of those changes.
Release Notes: https://ej2.syncfusion.com/vue/documentation/release-notes/20.2.38/?type=all#schedule
Kindly check the reported defect in the latest version and get back to us if you need any further assistance.
Regards,