开发者

Server Side Calendar Control in asp.net using the ical event format

Does anyone know of 开发者_如何转开发a Calendar scheduler control that would display a whole month of events including the title of the event in each day? I need it to use an ical data format that would come from a restful web service request.

I would like the control to output plain html with no javascript as it has to work on public sector website or degrade gracefully if not.

Any suggestions would be grateful.

Thanks in advance,

Mark


There is a usesful .net library call DDay.iCal that allows you to deserialize an ical document into classes and work with them directly.

http://www.ddaysoftware.com/Pages/Projects/DDay.iCal/

There are lots of examples that show you how to show the contents of ical files in a calendar/scheduler aspx file.

It should really help you out.

You can even download the sourcecode from here:

http://sourceforge.net/projects/dday-ical/files/dday-ical/0.80/DDay-iCal_0-80_src.zip/download

Hope it helps.


The Telerik scheduler control has this support; it has a scheduler control that you can see the entire month's view, or navigate to a day/week view. You can also export the results to ICS format easily. More details can be found on the demo web site at: demos.telerik.com, look in the MS AJAX demo site for the Scheduler control.


I have not used this but I filed a note on it for myself for the future. The Club Starter Kit (http://www.asp.net/downloads/starter-kits/club/) has a feature to view events in a calendar and download them to Outlook as iCal. No idea how it is built (or the quality of the code) since I have not looked at the code yet but you might want to check it out.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜