This is a migrated thread and some comments may be shown as answers.

ExchangeProvider

4 Answers 75 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 29 Sep 2008, 09:30 AM
Hi,
Is it possible to display appointments using the ExchangeProvider from exchange, plus, appointments from my database within the same scheduler?

Thanks
Mark

4 Answers, 1 is accepted

Sort by
0
Mark
Top achievements
Rank 1
answered on 29 Sep 2008, 02:23 PM
Hi,
By the way, we user MS Exchange 2003.. is this ok ?

Mark
0
T. Tsonev
Telerik team
answered on 29 Sep 2008, 04:05 PM
Hi Mark,

It is possible to mix data from two data sources, at least in theory. You will have to come up with a mechanism to associate appointments with the data source it came from, but this can be easily achieved by marking them with a custom attribute. You will also need to ensure that their IDs do not collide.

Exchange 2003 is not supported, as EWS (exchange web services) are available from Exchange 2007 and up. Unfortunately, we do not support the legacy interoperability mechanisms.

Regards,
Tsvetomir Tsonev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Andreas Selling
Top achievements
Rank 2
answered on 11 Jun 2009, 11:58 AM
Double post, sorry
0
Andreas Selling
Top achievements
Rank 2
answered on 11 Jun 2009, 12:00 PM
I've made a project where you can get appointments from Exchange 2003 via webdav. Here is the link: http://www.telerik.com/community/code-library/aspnet-ajax/scheduler/exchange-2003-as-datasource.aspx

You can easy modify this code to get information from your database and add it to the collection.
Tags
Scheduler
Asked by
Mark
Top achievements
Rank 1
Answers by
Mark
Top achievements
Rank 1
T. Tsonev
Telerik team
Andreas Selling
Top achievements
Rank 2
Share this question
or