PDA

View Full Version : Calendar Module - Event Reocurs


stephenp
10-02-05, 08:34 AM
I wanted a daily reoccurring event.

Set it uo as per the Twiki documents. It doesn't display in the calendar.

The sql for the various iterations of the calendar all have the following in the restriction.
AND ( event_recurs <= 0 )
When you select a period for recurs it sets a value > 0 in this column and you never see it.

Also couldn't see any delete functionality on the event page.


Cheers

stephenp
10-02-05, 09:07 AM
OK I got further down the file and "discovered" the additional sql which does the reocurring events. Oops.

Still looking for a way to delete events.