This is supposed to solve duplicated events in Outlook calendar.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS syncroton
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
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. |