Recurring Event
Category: Plone
—
Other products by this author
Current release
No stable release available yet.
If you are interested in getting the source code of this project, you can get it from the code repository.
Experimental releases
There are no experimental releases available at the moment.
Project Description
- Project resources
A simple recurring event for Plone, you can create multiple recurring events from one event. It does this by creating small "event" objects inside the main event (we've made event's folderish). There are a few advantages to this:
- no calendars or anything else need changing to support this
- when you move the event around, the recurring events follow it (because they are contained in it)
- these little events only have a start and end date, so if you want to manually alter a recurrence to have an exception, you can do so
Disadvantages:
- there is an imposed limitation of the number of events created, this technique can't make them forever
- changing the main event nukes the sub events, unless you lock them - this needs to be made more clever.
- no special ical or vcal support