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
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
Unknown Object (File)
Mon, Mar 25, 3:03 AM
Unknown Object (File)
Mon, Mar 25, 3:03 AM
Unknown Object (File)
Sat, Mar 23, 10:23 AM
Unknown Object (File)
Feb 20 2024, 12:12 PM

Diff Detail

Repository
rRPK roundcubemail-plugins-kolab
Branch
t4205
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 3050
Build 3009: arc lint + arc unit

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
2967

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.