If the client doesn't know about an already existing event, we will
otherwise overwrite whatever was there (because the uid and therefor
serverid will be the same). In case of outlooks dummy event
on acceptance that means resetting the attendee status to 0 (after it
was set to accepted via the MeetingResponse).
Details
Details
Diff Detail
Diff Detail
- Repository
- rS syncroton
- Branch
- dev/mollekopf
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 43703 Build 17492: arc lint + arc unit
Event Timeline
Comment Actions
That last change was not useful, it's actually event specific. No other type has a uid in activesync (not even tasks), so I don't suppose there is a method to deduplicate anything.
lib/kolab_sync_data_calendar.php | ||
---|---|---|
359 | After you removed $event this line needs to change. |