We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Restrict Syncfusion to create Appointments By Recursive Rule Automatically

I want to use Appointment Recursive Functionality in our Javascript based Application...but there is one issue...We are creating Application with SQL Database ans Syncfusion Javascript Functionality...

So When New appointment is created with Recursive Rule...We are keeping Entries inside the Database to for that particular Series...We are storing whole series.

But when we are getting whole series to Syncfusion as Resource Data...Syncfusion Defaultly Create Appointments for that rule....I want to stop this Recusrive Rule Appointment Create Functionality.How can i do that?


And Can you please tell me how can i do CRUD Operation in my JavaScript Scheduler for Appointments with Recursion? 

Thanks in Advance.

1 Reply

KK Karthigeyan Krishnamurthi Syncfusion Team August 7, 2019 02:18 AM

Hi DAKSHESH, 
 
Syncfusion greetings. 
 
We can perform CRUD operations using DataManager and kindly refer the below links. 
 
Note: Run the service sample before JS to fetch and load the events in UI. 
 
By default DB contain only the parent recurrence event and it is handled internally. Please find the below details.  
 
Recurrence Appointment Db structure for JS2.   
  
   
  
Adding recurrence appointment to db:    
  
When single occurrence is edited its date will be added to parent event’s RecurrenceException field in ISO format and the edited occurrence’s RecurrenceID field is updated with parent event id value like below.  
  
   
 
We strongly recommend not to manually update the events.  
 
Regards, 
Karthi 
 
 


Loader.
Live Chat Icon For mobile
Up arrow icon