Hi,
I wrote a patch for 1.8 trunk, which should solve calendar conflict
checking code ToDo. Next to it, it brings support for conflict checking
for repeating events. I am not egw guru (not a programmer either) so I
hope I handle things correctly.
So a few notes:
- basically it stacks info for every timestamp used in new/overlapping
events and then evaluates quantity conflicts
- it doesn’t skip conflict if event is an exception of overlap (as old
version does), because in my view it is conflict and users should be
notified (if they accidentally do it)
- if repeating event does have end time set to 0, things actually get
processed by lower layers automatically (few years into the future,
which should be enough)
Bye
Jakub