Closed Ohax closed 9 years ago
I think, currently it's not possible. But i'd love that feature, too.
Yes, I could really need this too. That is, to have a certain calendar where one or two people are allowed to update it, and other people are allowed to read it.
Would also be good if there was a way to publicly share a read-only version that you subscribe to through google calendar, outlook/hotmail, iPhone, etc.
(Or is this already possible somehow?)
Yes, I would love this ability as well to share calendar as readonly.
+1
I've written a change to the PDO backend that turns a addressbook or calendar into a shared one, however it forces all users subscribed to it to only have that addressbook/calendar (which is my needs).
Happy to share the code if that helps anyone else get started on this feature.
@ryanmitchell What do you mean? That if I subscribed to that calendar/addressbook on my iPhone for instance, I could not subscribe to any others?
Yeah (on that DAV server). It only shows 1 calendar/addressbook for the group you belong to.
i.e.
I'm a user I'm subscribed to group x I can see the calendar/addressbook associated with group x
On 15 May 2013, at 14:44, Torleif Berger notifications@github.com wrote:
@ryanmitchell What do you mean? That if I subscribed to that calendar/addressbook on my iPhone for instance, I could not subscribe to any others?
— Reply to this email directly or view it on GitHub.
First. I love your Baikal!. Good Job. When i compare baikal admin and davical admin... ;) I'm shocked. But multiple user to calendar and adressbook is a must ;/ if we want to use it in corporation (roundcube, iphones, androids) etc... Can you try to add this ? Big thanks!
I would also love to see that feature. Baikal really rocks. ;-)
+1
it can be done with this, i think: http://code.google.com/p/sabredav/wiki/CalDAVSharing
+1!
@ryanmitchell Hey Ryan, could you share the changes you made?
Sure - drop me an email and i'll send you the file. ryan@rt.to
+1!
+1
We're currently looking in our University to implement a new CalDAV/CardDAV solution to replace the unreliable ownCloud service. If Baikal could do sharing it would be perfect, as we need users to be able to share particular calendars with particular user(s) and groups. Thus a group concept wouldn't be bad either.
Great job guys! +1
+1, I need group calendars and address books.
Thank you for this work. Baikal run nice on synology NAS and iphone. For the familly, I just need this extra feature: setting up some right to read or write to users. IE: Mrs can see Mister calendar, but cannot modify it, like mister see but cannot modify (erase) events on Mrs calendar, but they can both modify a common calendar. That would be perfect.
@mikael35 That is exactly what I need as well!
+1
It would be great if one can assign carddav records to multiple groups by multiple tags and each group can be shared with other users (configurable insert, update and delete rights per group/user).
Database tables:
group (primary key ID, name, owner) record n <-> m group (record ID, group ID, insert, update, delete) group n <-> m user (user ID, group ID, insert, update, delete)
That way a user can decide if a group is allowed to change a record and/or a user can change all records of a group.
This will be supported in Baïkal 2. See #303
Wonderful project..
+1 for shared calendars and address books (would pay for that ;) )
Is it possible to share a carddav/caldav with multiple users? If so is it possible to assign rights to read / write function of the user?