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 dateable.kalends

How to install dateable.kalends

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install dateable.kalends
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.5
1.0Never BuiltWhy not?
0.5 Available View build log
Windows (64-bit)
0.5
1.0Never BuiltWhy not?
0.5 Available View build log
Mac OS X (10.5+)
0.5
1.0Never BuiltWhy not?
0.5 Available View build log
Linux (32-bit)
0.5
1.0Never BuiltWhy not?
0.5 Available View build log
Linux (64-bit)
1.0 Available View build log
0.5 Available View build log
 
License
GPL
Dependencies
Lastest release
version 1.0 on Jan 9th, 2014

Kalends: Python calendaring API

Introduction

Kalends is a Python module using the Component Architecture technologies of interfaces and adapters to separate the storage and display of calendar events. The purpose is to provide a generic Python API so that any calendar UI can display calendars coming from any calendar source. Thus, one can create new UIs without reimplementing the underlying calendar functionality, and one can likewise implement specialized calendar functionality while reusing the existing UI.

For example, if you have a groupware system with a good calendaring UI but need to use an external server for your calendars, you should not need to rewrite the user interface.

A secondary goal is also to provide an API for calendaring to help people around some of the obstacles you will sooner or later arrive at, like how to handle recurring events, searching, and more, by providing them with an API that can handle the issues.

The two main concepts of this API are event providers, which are the sources of events, and event users, which take the Events and display them, export them, etc. More information on how to use Kalends to make an EventProvider is in doc/PROVIDING.txt, and more information on how to use Kalends to get events from an EventProvider is in doc/USING.txt.

Requirements

Although the creation of Kalends was prompted by the desire to have one set of advanced Kalendaring views available for all calendars in Plone, and although the Component Architecture was created by Zope Corporation, Kalends is in no way specific to Plone, Zope or even web applications. It's a Python module, installable for any Python version (2.3 or later) on any system that can install the Component Architecture, which is pretty much any Python system with a C compiler.

Kalends requires: - Python 2.3 or later (last version tested: 2.4.3) - zope.interface 3.2 or later (last version tested: 3.2.2)

Known implementations

Currently the Dateable (https://svn.plone.org/svn/collective/dateable/) module set is using Kalends. It contains chronos, a set of views for Zope that implements a Kalends UI, and Plone4ArtistCalendar, a Plone product that makes Plone folders into event providers.

dateable.kalends Changes

1.0 (2013-05-21)

  • Updated the metadata.

dateable.kalends 0.5 (2009-05-03)

  • No changes.

dateable.kalends 0.4 (2008-10-04)

  • Version update to keep track with dateable.chronos.

dateable.kalends 0.3 (2008-07-09)

  • Added IEvent marker interface.

Subscribe to package updates

Last updated Jan 9th, 2014

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.