Declined
Last Updated: 27 May 2021 09:02 by ADMIN
Tejas
Created on: 22 Dec 2016 11:44
Category: Scheduler
Type: Feature Request
0
Real time Exchange data in scheduler
Dear Sir,

I used telerik:RadScheduler with Exchange Scheduler Provider.
I am successfully connected to Exchange server and also I able to display data on scheduler form exchange

But problem is how can i refresh scheduler data real time?

My requirement is if meeting cancel or new Meeting at the same time scheduler update the information on display.
Below code ios for your reference.
ExchangeSchedulerProvider provider1 =
      new ExchangeSchedulerProvider(@"https://owa.xyz.com/EWS/Exchange.asmx", "user name", "Password", "Domain", "tejas_k_lodha@milacron.com");
Thanks,
1 comment
ADMIN
Peter Milchev
Posted on: 27 May 2021 09:02

Hello Tejas,

The SchedulerProvider's purpose is to provide data upon request and update it when the update methods are called. Also, the provider does not require a direct connection to the Scheduler, as in a Web Service binding scenario, where a provider is used in the Web Service implementation:

Having that in mind, the provider should not force the Scheduler to rebind as this can easily break and limits the developer on the preferred update method. 

With that said, the sync and listening for updates is a task for the application and if needed to rebind the Scheduler, so it gets the new updated data. 

Regards,
Peter Milchev
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.