SfCalendar Recurrence Parameters?

Hello,

I've read through the following documentation and cannot seem to find anything that clearly states what all of the possible options are for Recurrence parameters within the SfCalendar.

I am asking because I'm building a form that will allow the user to choose things like "Daily", "Monthly", "Interval Number", "First Monday of the month", etc.
But I cannot seem to find a single location that states what all of the accepted/possible parameters are for this type of appointment within the Flutter SfCalendar.

Additionally, does Sf have a Flutter Widget that allows for setting these recurring parameters based on the Recurrence Properties?


Docs I've reviewed:

https://pub.dev/documentation/syncfusion_flutter_calendar/latest/calendar/Appointment/recurrenceRule.html

https://pub.dev/documentation/syncfusion_flutter_calendar/latest/calendar/RecurrenceProperties-class.html




1 Reply

MS Muniappan Subramanian Syncfusion Team November 28, 2022 12:16 PM UTC

In the Flutter Calendar, you can create a recurring appointment on a daily, weekly, monthly, and yearly interval. The recurring appointments can be created by setting the “recurrenceRule” property in the “Appointment”.  You can refer to our UG documents to know more details about recurrence appointments in the calendar,


https://help.syncfusion.com/flutter/calendar/appointments#recurrence-appointment

https://help.syncfusion.com/flutter/calendar/appointments#how-to-get-the-recurrence-editor-field-values-from-rrule


You can create a recurrence rule based on the given recurrence properties by using the “generateRRule” method from the calendar, Refer to the below link for more details,

https://pub.dev/documentation/syncfusion_flutter_calendar/latest/calendar/SfCalendar/generateRRule.html


Loader.
Up arrow icon