Scheduler multiple RecurrenceException

Hi,

Is it possible to have multiple RecurrenceException? If I already have one and delete another date the scheduler only contains the latest deleted and all previous is gone.

In the database I can manually create multiple RecurrenceException as a comma separated list and it works in scheduler but as soon as I make another exception from rule
the scheduler only contains the latest.






1 Reply

PN Praveenkumar Narasimhanaidu Syncfusion Team October 28, 2021 12:21 PM UTC

Hi Stefan, 
  
Greetings from Syncfusion support..! 
  
Yes, we can have multiple RecurrenceException and The following process takes place while removing a single occurrence. 
  
  • The selected occurrence will be deleted from the Scheduler user interface
  • In code, the parent recurring event object will be updated with appropriate RecurrenceException field, to hold the deleted occurrence appointment’s date collection.
  
For more information, please refer following documentation link. 
  
Note: we recommend you use Nullable<int> type for RecurrenceID to properly work on recurrence cases(ignore if you used the same). 
  
Kindly try the above solution and get back to us if you need any further assistance. 
  
Regards, 
Praveenkumar 


Loader.
Up arrow icon