CalendarWidget 1.5 A very simple calendar Widget based on the great tutorial by Ron Peterson on YouTube.

A word of warning: There are issues with this module. Namely problems with Orchard >=1.8.1. I think, this is a good point to think over the whole module and rewrite it from scratch. Unfortunately, I currently don't have the time for doing this...

For documentation have a look at the project site

The Calendar Widget displays events in a calendar. FullCalendar js library is used for displaying the events. This module can display any content type that has at least a title and a time span part added to it. You will also need to create a query that selects your events. The query name needs to be configured in the widget setup.

See an example at http://dschmid.ch/kalender

Right now this calendar widget has very minimal functionality. But at least it is a working example for a calendar in Orchard 1.8 and up. Please let me know what you think about it. My plans are to improve this module over time. Your feedback will be valuable input for me.

Have fun!

New in v1.5: - Time Span part is obsolete now! Do not use it anymore. This and future versions won't create it on installation. Use Calendar Event Definition part instead. Time Span part will still be recognized, so existing events still work as expected. You will have to create new or modify existing content type to include the Calendar Event Definition part. - New Calendar Event Definition Part is replacing the Time Span part. It is much better base for future extensions. - New event URL allows you to define any URL for the Event. There are also shortcuts for EDIT and VIEW item URL's.

New in v1.1: - Respcts local timezone now - all day Events possible - updated to FullCalendar Version 2.1.0 - removed dependencies to jQueryUI