syncfusion / flutter-examples

This repository contains the Syncfusion Flutter UI widgets examples and the guide to use them.
Other
1.96k stars 776 forks source link

Unable to drag and drop recurring appointment in timeline monthly view in the syncfusion calendar #838

Closed Fasikawkn closed 9 months ago

Fasikawkn commented 9 months ago

I am implementing the drag and drop appointment feature in my app. But When I try to drag and drop a recurring appointment on timelineMonthly view the calendar puts it where it was.

For example, if the appointment starts from 28 Dec 2023, and I drag the appointment to start from 20 Dec 2023, the calendar puts the appointment back to 28 Dec 2023.

Any solution for this??