Package: collective - Calendaring
A calendar implementation for CMF/Plone which does all sorts of really cool stuff. It is made to be modular and give a great out-of-the-box experience.
a test of SfIndex product
Sourceforge Info
| Project Name: | collective |
| Package Name: | Calendaring |
| Files Page: | http://sourceforge.net/project/showfiles.php?group_id=55262&package_id=120863 |
| Browse CVS: | http://cvs.sourceforge.net/viewcvs.py/collective/Calendaring/ |
Releases
| Release Date | Release Name | Download | |
|---|---|---|---|
| 2004-06-12 20:00 | 0.1.x | sourceforge |
Package README (CVS ver. 1.1.1.1)
A simple calendar implementation for CMF/Plone. Which does
all sorts of really cool stuff. It is made to be modular and
give a great out-of-the-box experience.
FEATURES:
- Import/Export of iCal events
- Hooks PUT_Factory so you can put events with DAV/FTP.
o NOTE: This works very well with Publishing feature
with OSX's iCal application.
o calendar_export is subscribable from iCal
- Reliably exports events for KOrganizer, iCal and Outlook
- Provide a extensive framework to create your own
Calendar Views. Ships with a Month, Week and Day view.
- There is a proper Calendar object which can store Events.
- Over 80 unit tests that cover almost all of the functionality
REQUIRES: ZopeTestCase from http://sf.net/projects/collective
COPYRIGHT:
- All but the iCal parser is copyrighted by Enfold Systems, LLC.
You can find more information at http://www.enfoldsystems.com/
LICENSE:
- GPL, a LICENSE file should have accompanied
this module. If not please contact the package
maintainer.
MAINTAINER:
- Enfold Systems
ACKNOWLEDGMENTS:
- We have modified the iCal parser from the wonderful
SchoolTool project - http://www.schooltool.org/ a
big thanks goes out to Steve Alexander architect of
SchoolTool and Marius Gedminas and all the highly
evolved programmers at www.pov.lt.
- The workers: Sidnei da Silva, Josh LaPlace
o Sidnei da Silva - Designer, Test Champion and Master of Laziness
o Josh LaPlace - Doing the View and Model legwork.
o Alan Runyan - Cheerleading.
- Oliver Merkel for the original HTML, CSS and Javascript
that was found in the PloneCalendar project. Calendaring
is the replacement for PloneCalendar.
- Zope Corporation for providing such a wonderful application server.
- Python Developers for making things so damn easy.
REQUIREMENTS:
- *nix
- Python2.3.3 or greater
- Zope 2.7 or greater
- CMF1.4.3 or greater
- Archetypes 1.3.0 beta3 or greater
- Plone 2.0 or greater
CAVEATS:
- Operating Systems
This software will most likely not work
on Windows or any other case-insensitive
operating systems.
- Python 2.3.3
Since 2.3.3 is heavily used its
easy to make "Trusted Scripts/Templates"
raise bizarre Authorization errors when
iterators or datetime instances.