Deleting all appointments

Hello, Id like to know how to delete all current appointments since I seem to be creating multiple appointments when I add a meeting, Each time I start up my app it shows no events however when i add the event back it seems to +1 event and then displays duplicates. How do I delete all duplicat




1 Reply

MS Muniappan Subramanian Syncfusion Team November 30, 2022 12:03 PM UTC

By using the "onTap" call back from the Flutter Calendar, you can achieve your requirement. The tapped details are stored in the onTap callback. From the tapped information, you can obtain the appointment information. You can eliminate an appointment from the calendar data source using this appointment.


You can refer to our following KB documentation to achieve your requirement.

https://www.syncfusion.com/kb/11522/how-to-delete-an-appointment-in-the-flutter-calendar


Loader.
Up arrow icon