Add a calendar to your Kotti site
Project description
This is an extension to the Kotti CMS that allows you to add calendars with events to your Kotti site.
It uses the FullCalendar jQuery plugin to display calendars.
Events can be either pulled from Google calendar XML feeds or added in Kotti itself.
Setup
To activate the kotti_calendar add-on in your Kotti site, you need to add an entry to the kotti.configurators setting in your Paste Deploy config. If you don’t have a kotti.configurators option, add one. The line in your [app:main] section could then look like this:
kotti.configurators = kotti_calendar.kotti_configure
With this, you’ll be able to add calendar and event items in your site.
History
0.7a1 - 2012-06-22
Subclass Event from Document instead of Content to allow richtext content for events. (disko) TODO: migration
Add Python/PageTemplate i18n with German locale. (disko)
Add month/week/day switcher in calender view. (disko)
0.6 - 2012-06-21
Use Fanstatic (Kotti>=0.7 only) (disko)
Upgrade to fullcalendar 1.5.3 (disko)
Add German locale (disko)
0.5 - 2012-03-15
Use SQLAlchemy declarative-style. (for Kotti 0.6.0)
Content.type_info now expects a ‘title’ attribute; provide it.
0.4 - 2011-12-14
Update for Kotti 0.4.0.
0.3 - 2011-11-13
Update for Kotti 0.2.4.
0.2 - 2011-09-16
Update for Kotti 0.2.
0.1 - 2011-04-12
Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.