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

I need to see that data from a new schedule as its created

I need to see that data from a new schedule as its created maybe console log it or add it to a state or local storage as i continue to learn the the whole thing

3 Replies

VD Vinitha Devi Murugan Syncfusion Team December 19, 2019 10:09 AM UTC

Hi Moses, 
 
Syncfusion Greetings. 
 
We have prepared sample to show the event collections in console window by making use of dataBound event of our scheduler and same can be available in below link. 
 
 
  onDataBinding(args) { 
    console.log("Get All events in the scheduler"); 
    console.log(this.scheduleObj.getEvents()); 
    console.log("Get Current view range events"); 
    console.log(this.scheduleObj.getCurrentViewEvents()); 
  } 
 
Kindly try the above sample and let us know, if you need further assistance on this. 
 
Regards,  
M.Vinitha devi 



MO Moses December 19, 2019 01:44 PM UTC

Hi thanks for the reply, the code work on your platform, 
its working now.
right now am storing and retrieving data on localstorage but it doesnt update or delete items


VD Vinitha Devi Murugan Syncfusion Team December 20, 2019 09:46 AM UTC

Hi Moses, 
 
Thanks for your update. 
 
We are happy to hear that our solution has fulfilled your requirement.  
 
Regards, 
M.Vinitha devi 


Loader.
Live Chat Icon For mobile
Up arrow icon