4 Answers, 1 is accepted
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
By the way, we user MS Exchange 2003.. is this ok ?
Mark
0
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.
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.
You can easy modify this code to get information from your database and add it to the collection.