-
Notifications
You must be signed in to change notification settings - Fork 478
Collection sharing (WIP) #885
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Very nice! |
Any ETA when its done? |
Pull Request Test Coverage Report for Build 874
💛 - Coveralls |
767d614
to
41bccb2
Compare
@Unrud: Do you progress on your PR? |
@Neustradamus - this PR is based on an older version and I'm unsure whether @Unrud will rebase it to current 3.x version. In case noone else take over, this PR would be canceled next and "archived". |
Any news on this? Being able to share collections (calendars) between users properly; read-write and read-only access, per-user collection title, and without needing to manually deal with symlinks or per-collection URLs in clients would be awesome and in my opinion the last missing piece for having a lightweight but powerful solution for CalDAV/CardDAV. |
Nothing happen so far, potentially someone else can take-over. |
Allow sharing of collections between users. Different share modes can be implemented as plugins (e.g.
read
andwrite
). Plugins can share modified versions of a collection (e.g. an address book as a calendar with birthdays). They can control read and write access to collection properties and can store their own variants (e.g. every user can have his own display name for a shared collection).birthday
plugin