AJAX Calendar/Scheduling Controls
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
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.aspxhttp://msdn.microsoft.com/en-us/library/aa123570.aspxhttp://www.robbollons.com/index.php/2010/05/19/access-exchange-server-calendar-using-c-and-webdav/
DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java