Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.36 KB

File metadata and controls

22 lines (15 loc) · 1.36 KB

How to use a negative value for BYSETPOS in a RRule of recurrence appointment in the Flutter Calendar?

This example demonstrates how to use a negative value for BYSETPOS in a RRule of recurrence appointment in the Flutter Calendar.

Recurrence appointments on last day of month

By setting the BYSETPOS value to -1 and -2 in the Flutter Event Calendar, you can display the appointments for a certain day of the final week and the week before the last of the month.

In this sample, the recurrence appointment is created on Thursday of the week before last.

BYSETPOS

Requirements to run the demo

How to run this application

To run this application, you need to first clone or download the ‘create a flutter maps widget in 10 minutes’ repository and open it in your preferred IDE. Then, build and run your project to view the output.

Further help

For more help, check the Syncfusion Flutter documentation, Flutter documentation.