Page MenuHomePhorge

Fix duplicated events in other users calendar if its subfolders are active (#5340)
ClosedPublic

Authored by machniak on Mar 2 2016, 4:47 PM.
Tags
None
Referenced Files
F11772138: D94.diff
Wed, Apr 17, 12:59 PM
Unknown Object (File)
Wed, Apr 10, 5:37 AM
Unknown Object (File)
Mon, Apr 8, 11:09 PM
Unknown Object (File)
Sun, Apr 7, 12:51 PM
Unknown Object (File)
Mon, Mar 25, 3:03 AM
Unknown Object (File)
Mon, Mar 25, 3:03 AM
Unknown Object (File)
Mon, Mar 25, 3:03 AM
Unknown Object (File)
Mon, Mar 25, 3:03 AM

Diff Detail

Repository
rRPK roundcubemail-plugins-kolab
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

machniak retitled this revision from to Fix duplicated events in other users calendar if its subfolders are active (#5340).
vanmeeuwen subscribed.

Set the reviewers to the developer group please.

  • Fix matching recurring tasks with today/tomorrow/later filter (#4205)
  • Fix matching recurring tasks with today/tomorrow/later filter (#4205)
  • Revert "Fix matching recurring tasks with today/tomorrow/later filter (#4205)"
vanmeeuwen added a reviewer: vanmeeuwen.

This patch also applies to roundcubemail-plugins-kolab-3.2.

This revision is now accepted and ready to land.Mar 6 2016, 9:09 AM

From what I can see this could indeed work around the inconsistency described in #5340. It might still show some (temporary) duplicates in the calendar view until the user calendar is fully refreshed. Deciding when and what to reload should better be done on the client.

plugins/calendar/calendar_ui.js
2970

This is really an ugly hack. I wasn't aware that refetchEvents has issues. Should maybe be fixed independent to this.

This revision was automatically updated to reflect the committed changes.