This is supposed to solve duplicated events in Outlook calendar.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS syncroton
- Branch
- dev/sync-calendars-first
- Lint
Lint Skipped - Unit
No Test Coverage - Build Status
Buildable 48009 Build 18216: arc lint + arc unit
Event Timeline
Comment Actions
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. |