Calendaring
by
Tom "Spanky" Kapanka
—
last modified
Feb 01, 2007 02:22 PM
An organizational page for the Calendaring Topic at SnowSprint 2007
recurring events proposal in roadmap
http://plone.org/products/plone/roadmap/158/
hannes/thet has started a ("wiki") page on recurring events and some ideas of events in general. you can find it here
Goals/General Idea:
The goals of the calendaring topic are:
- Develop a comprehensive roadmap for calendaring for Plone
- iCal/ics
- invitations
- Views/UI
- Repeating Events
- Evaluate current offerings
- Write tests
- Close bugs
Current Products
- CalendarX
- Plone4Artists Calendar
- CalPlone, et. al.
- PloneiCalendar
Getting started with the products
Plone4ArtistCalendar
svn co http://plone4artists.org/svn/projects/Plone4ArtistsCalendar/bundles/p4acalendar-dev/
this will check out all the dependencies. then do this:
cd $INSTANCE_HOME/Products
ln -s /path/to/p4acalendar-dev/* .
Or get the products individually:
svn co svn://svn.zope.org/repos/main/Products.Five/branches/1.4 Five
svn co http://codespeak.net/svn/z3/CMFonFive/trunk CMFonFive
svn co http://www.plone4artists.org/svn/projects/Plone4ArtistsCalendar/trunk Plone4ArtistsCalendar
And optionally for ICalendar support:
svn co https://svn.plone.org/svn/collective/Calendaring/trunk Calendaring
Install Plone4ArtistsCalendar with QuickInstaller. You can now "configure calendaring" on folders.
Cal[Whatever]
In the products directory do:svn co http://svn.nuxeo.org/pub/bundles/CalCMF/trunk .
This will check out the necessary products. It will install an older version of CMFonFive than the one for Plone4ArsistsCalendar, so if you want to run both products on the same site you'll need to use the one above.
Install CalCMF with QuickInstaller. (No need to install CalZope). You can now add calendar objects.
