Confirmed users
503
edits
| m (→Implementation) | |||
| Line 5: | Line 5: | ||
| Additionally, it should be possible to access and modify calendar data while | Additionally, it should be possible to access and modify calendar data while | ||
| offline.  | offline. If the user can modify data while offline, there should be a log of those changes that can be applied to the remote (authorative) store when coming back online. | ||
| Different, but related, problem is the problem of using one single ics file on a (webdav) server simultaniously from multiple clients. When trying to upload the ics file it might turn out that the external file has been modified. In that case, the changes made after the last succesful upload need to be re-applied to the new file, and uploaded again. Again, a changelog. If the cache can take care of this problem too, that would be a nice way to share code. | |||
| server  | |||
| external file has been modified. In that case, the changes  | |||
| need to be re-applied to the new file, and uploaded again. Again, a changelog. | |||
| If the cache can take care of this problem too, that would be a nice way | |||
| to share code. | |||
| Line 66: | Line 59: | ||
| change, it can build a changelist and immidiatly remove the non-changed | change, it can build a changelist and immidiatly remove the non-changed | ||
| events from memory. | events from memory. | ||
| = Implementation = | = Implementation = | ||