Plone4ArtistsCalendar 2.0 (Alpha release) (Oct 05, 2008)

This is not a final release. Experimental releases should only be used for testing and development. Do not use these on production sites, and make sure you have proper backups before installing.

The second alpha release of p4a.plonecalendar which is a refactoring of Plone4ArtistsCalendar to use dateable's chronos and kalends components.

For additional information about this project, please visit the overview page .

Available downloads

Release Notes

Tested with Plone 3
State Alpha release
License GPL
Release Manager Lennart Regebro
Released 2008/10/04
  • Easier install because of egg only release.
  • Plone 3.1 support (Plone 2.5 is unsupported now. It may or may not work, I haven't tested).
  • Now uses the dateable.chronos views, so we have day and week views as well.


Features we need before a 2.0 final:

  • iCalendar support for recurring events
  • An event portlet that supports recurring events.
  • Probably dropping the unwieldy Plone4ArtistsCalendar name for Dateable.


Installing is easy:

  • In your Plone 3 buildout add p4a.plonecalendar to the list of eggs, and to the list of zcml packages.
  • Run buildout, restart.
  • Install the Plone4Artists PloneCalendar and Plone4Artists PloneEvent products in Quickinstaller.

 

Change log

p4a.plonecalendar 2.0a2 (2008-10-04)

  • Implemented the canCreate method for the ATEventCreator so that the 'Add...' does not show for anonymous. (claytron)
  • Updated the way we get all the events in the exportCalendar method and added parameters for restricting the export. (lucielejard)
  • Various fixes in the recurring event support.

 

p4a.plonecalendar 2.0a1 (2008-07-09)

  • Reworked to use dateables views and interfaces instead of p4a.calendar.
  • Package is now installable via CMFQuickInstaller.
  • Dependent package slugs are now included (meta and regular).