cozy / jsDAV

jsDAV allows you to easily add WebDAV support to a NodeJS application. jsDAV is meant to cover the entire standard, and attempts to allow integration using an easy to understand API.
http://www.mikedeboer.nl
MIT License
10 stars 5 forks source link

On creation, don't change the event UID #21

Open clochix opened 8 years ago

clochix commented 8 years ago

When a client creates an event, we update its UID.

iOS doesn't seem to like this. According to user reports, iOS creates another event with the new UID, so all events created on iOS appear twice in its calendar (everything is fine on server side).