search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Support for Exchange/Outlook and LDAP Connectors

Asked by Anonymous
12 years ago.

From what I have read, I can bind to XML, SQL, and arrays. Did I overlook any other data source? What about direct read/writes to an Exchange data store? Did I overlook this option somewhere? Any future plans for this (despite some of the large security hurdles)?

Thanks

Answer posted by Dan Letecky
12 years ago.

There is no example available yet but it should be no big problem to show Exchange data using DayPilot. DayPilot accepts almost any kind of data. Just pass a simple List of custom objects to DataSource and specify the property mappings using DataXField properties (e.g. DataStartField, DataEndField, etc.).

There are several methods for accessing Exchange server data from ASP.NET applications.

The best way for connecting to Exchange 2007/2010 is the Exchange Web Services Managed API SDK: http://msdn.microsoft.com/en-us/library/dd633710%28EXCHG.80%29.aspx

A sample code (not related to DayPilot, though):

http://blogs.msdn.com/b/jasonz/archive/2009/11/24/sample-get-calendar-data-using-exchange-web-services-c.aspx

For earlier Exchange server versions, you can use WebDAV:

http://msdn.microsoft.com/en-us/library/aa143161%28EXCHG.65%29.aspx
http://msdn.microsoft.com/en-us/library/aa123570.aspx
http://www.robbollons.com/index.php/2010/05/19/access-exchange-server-calendar-using-c-and-webdav/

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.