Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install kotti-calendar

How to install kotti_calendar

  1. Download and install ActivePython
  2. Buy and install the Business Edition license from account.activestate.com
  3. Open Command Prompt
  4. Type pypm install kotti-calendar

kotti_calendar contains builds that are only available via PyPM when you have a current ActivePython Business Edition subscription.

 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.1
0.2Never BuiltWhy not?
0.1 Available View build log
Windows (64-bit)
0.1
0.2Never BuiltWhy not?
0.1 Available View build log
Mac OS X (10.5+)
0.2
0.2 Available View build log
0.1 Available View build log
Linux (32-bit)
0.2
0.2 Available View build log
0.1 Available View build log
Linux (64-bit)
0.2
0.2 Available View build log
0.1 Available View build log
 
Author
License
BSD-derived (http://www.repoze.org/LICENSE.txt)
Imports

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.

Find out more about Kotti

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.

Upcoming events widget

kotti_calendar provides a upcoming events widget, which is disabled by default. To enable the widget add the following to the pyramid.includes setting:

pyramid.includes = kotti_calendar.widgets.includeme_upcoming_events

With this, the upcoming events will be shown in the right column of the site.

You can adjust how many events will be shown in the widget with set kotti_calendar.upcoming_events_widget.events_count to a different value. It defaults to 5:

kotti_calendar.upcoming_events_widget.events_count = 10

History

0.7 - 2012-12-10
  • Take event end time also into account for upcoming events. [j23d]
  • Use form classes for the form views instead of deprecated generic functions. [j23d]
  • Move fanstatic library to fanstatic.py to be consistent with Kotti. [j23d]
0.7a3 - 2012-09-11
  • Fix error in README. (j23d)
0.7a2 - 2012-09-11
  • Added a widget to show the upcoming events in the right column of the site. (j23d)
  • Update to fullcalendar 1.5.4. whats play nice with jquery >= 1.8. see: https://github.com/arshaw/fullcalendar/pull/61 (j23d)
  • Check if the user has the permission to view the event. (j23d)
  • Added a setting to choose how many events the widget shows. (j23d)
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

Subscribe to package updates

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.