Closed GoogleCodeExporter closed 8 years ago
I won't fix it. There a quite good reasons not to do it. The recurring event
part of the plugin won't go back to dates before 1970. Some of the next
releases won't even go back before 1990. Store your birthday events with a
recent year and put the birth year into the summary or description.
Original comment by rol...@liebl.ath.cx
on 18 Aug 2012 at 4:58
What are the "quite good reasons"? Performance in some way? Even then it may be
an option. Honestly, your proposition is not the way synchronized platform
independent calendaring data are intended. Other platforms have no problem with
this data (android phone, iCal, ...).
THanks a lot for your work anyway!
Original comment by Lutz.Pre...@gmail.com
on 18 Aug 2012 at 5:07
Yes it is performance. May be the code is not the best. But it is as it is. The
current code requires the initial event to create recurring events. I really
don't want to go back so far to pick up initial events and then to create the
recurring clones. Sorry about inconvience, but it is as it is and I won't
change it.
Original comment by rol...@liebl.ath.cx
on 18 Aug 2012 at 6:49
I understand the problem. I've looked into the code, and even if I don't
understand the structure fully and first experiments have not been sufficiant,
I see that recurring events are cloned from 1970 to 2029 currently. Correct?
The problem is the clones and memory use, not searching all events for
recurring ones, isn't it?
Maybe one could create the cloned events only within the selected replication
interval but interprete each event?
I will try to do some tests/changes (even not doing much PHP), could you tell
me where 1970 (=0) would have to be changed. I looked for all places CALEOT is
used.
Original comment by Lutz.Pre...@gmail.com
on 18 Aug 2012 at 7:01
Fixed in calendar 9.8.1. I'm not sure if I'll keep this change. Let's see if we
run in memory exhaustion issues again.
Original comment by rol...@liebl.ath.cx
on 22 Aug 2012 at 6:15
This is great, thanks a lot! I have a problem though: (after roundcube upgrade
from 0.8rc to 0.8.1 - and plugin_manager, calendar plugins) I now ONLY see
recurring events in the calendar views (including the missing birthdays
previously). This happens even after delete all categories and connecting to a
calendar with only some simple events. They are synced into the database, and I
can search for them in the search field (!), but not shown in the calendar
views (no filter set). Any idea? I know, this probably should be a new bug. Lutz
Original comment by Lutz.Pre...@gmail.com
on 22 Aug 2012 at 3:53
Please try to reproduce the issue @ mail4us.net.
#1- Register
#2- Set up your CalDavs
#3- Mail me the credentials of the test account (myrounducbe at mail4us dot net)
Original comment by rol...@liebl.ath.cx
on 22 Aug 2012 at 6:41
Original issue reported on code.google.com by
Lutz.Pre...@gmail.com
on 18 Aug 2012 at 4:48