[horde] recurring events edit

Andrew Morgan morgan at orst.edu
Thu Aug 14 00:06:48 PDT 2003



On Wed, 13 Aug 2003, Adrian DeBoer wrote:

> Folks:
>
> First of all..let me say I am very impressed with the
> Horde framework and all its appz that hook into it.
>
> Kronolith -  one of the main features that I am
> looking for in a webcalendar is:
>
> - the ability to edit just 1 event of the recurring
> events - without affecting the other recurring
> events....so the other events remain in tact to the
> original recurrence pattern time slots.  In a
> nutshell: I want "mutually exclusive" recurring
> events.
>
> I tried playing around with this in Kronolih, but when
> I edit one event in the recurrence pattern - all adopt
> the changes I made in the 1 event - I don't want this!
>
>
> Is there an option I can enable for this to work or is
> this type of feature not yet available in Kronolith
> 1.1...until the next release comes out?  Is it being
> worked on in developement??

I'm not sure if you're using the SQL backend for Kronolith or not (we are
here), but if you are, have a look at the structure of a recurring event
as it is stored in the kronolith_events table.  You'll see that it is a
single row in the table, with various columns controlling how often and
how long it recurs.

Changing a single event in a recurring event (let's say in the middle
somewhere) would require splitting that event into three different events:
one that recurs at the beginning, the single changed event, and one that
recurs at the end.

My guess is that this feature is not being worked on but a well written
patch might be accepted...

	Andy




More information about the horde mailing list