Page MenuHomePhorge

Sync Calendars first
ClosedPublic

Authored by machniak on Jul 5 2024, 10:15 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 8, 3:36 AM
Unknown Object (File)
Fri, Sep 6, 7:58 AM
Unknown Object (File)
Sat, Aug 31, 6:18 PM
Unknown Object (File)
Thu, Aug 29, 11:20 PM
Unknown Object (File)
Mon, Aug 26, 4:52 AM
Unknown Object (File)
Mon, Aug 26, 2:03 AM
Unknown Object (File)
Sun, Aug 25, 6:37 PM
Unknown Object (File)
Fri, Aug 23, 4:12 PM

Details

Reviewers
None
Group Reviewers
Syncroton Developers
Commits
rS75a0b664346f: Sync Calendars first
Summary

This is supposed to solve duplicated events in Outlook calendar.

Diff Detail

Repository
rS syncroton
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

machniak created this revision.
  • Move sorting to later place
  • It's a debug not a warning

This can be submitted once it is clear that it has the desired effect.

lib/ext/Syncroton/Command/Sync.php
610

I think:

if ($aIsCalendar == $bIsCalendar) {
  return 0;
}
return $aisCalendar ? 1 : -1;

would be easier to understand, but leave it if this works better for you.

This revision was not accepted when it landed; it landed in state Needs Review.Jul 8 2024, 3:35 PM
Closed by commit rS75a0b664346f: Sync Calendars first (authored by machniak). · Explain Why
This revision was automatically updated to reflect the committed changes.