I'm having trouble getting the group calendar functionality to work. Could someone please point out what I might be doing wrong? When I setup a location, it shows up as a delegate, however the group calendars don't appear. We're using iCal as a calendar client. This is my accounts.xml config... <accounts realm="Test Realm"> <user> <uid>admin</uid> <password>•••••</password> <name>Super User</name> </user> <user> <uid>personA</uid> <password>•••••</password> <name>Person A</name> <cuaddr>mailto:name@address.com</cuaddr> </user> <user> <uid>personB</uid> <password>•••••</password> <name>Person B</name> <cuaddr>mailto:name2@address.com</cuaddr> </user> <group> <uid>users</uid> <password>users</password> <name>Users Group</name> <members> <member type="users">personA</member> <member type="users">personB</member> </members> </group> <group> <uid>shared_calendar</uid> <password>••••••</password> <name>Shared Cal</name> <members> <member type="users">personA</member> <member type="users">personB</member> </members> </group> </accounts> -- View this message in context: http://www.nabble.com/Getting-group-calndars-to-work.-tp15501562p15501562.ht... Sent from the Calendar Server - Users mailing list archive at Nabble.com.
Okay, something I didn't understand which I'm sure is clear to all of you but I will do my best to explain in case someone is having the same confusion I was... In order to load a new "group" calendar, rather than have it listed as a delegate I created a new "account" for the group letting each user log in with their own user name and not the group user name. -- View this message in context: http://www.nabble.com/Getting-group-calndars-to-work.-tp15501562p15509444.ht... Sent from the Calendar Server - Users mailing list archive at Nabble.com.
How will DCS handle the concurrency issue when doing this? On 2/15/08, tdog <tgate@mypublic.net> wrote:
Okay, something I didn't understand which I'm sure is clear to all of you but I will do my best to explain in case someone is having the same confusion I was...
In order to load a new "group" calendar, rather than have it listed as a delegate I created a new "account" for the group letting each user log in with their own user name and not the group user name.
-- View this message in context: http://www.nabble.com/Getting-group-calndars-to-work.-tp15501562p15509444.ht... Sent from the Calendar Server - Users mailing list archive at Nabble.com.
_______________________________________________ calendarserver-users mailing list calendarserver-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users
On 2/15/08, tdog <tgate@mypublic.net> wrote:
Okay, something I didn't understand which I'm sure is clear to all of you but I will do my best to explain in case someone is having the same confusion I was...
In order to load a new "group" calendar, rather than have it listed as a delegate I created a new "account" for the group letting each user log in with their own user name and not the group user name.
On Feb 15, 2008, at 2:50 PM, Stephen Bowman wrote:
How will DCS handle the concurrency issue when doing this?
I'm sorry, I don't know. Is this not the correct way to go about using group calendars? Or perhaps I've been unclear. When I mentioned creating a new "account" or the group calendar, I did that from within iCal. I did not create a new "user" in my xml configuration file for DCS. -t
participants (3)
-
Stephen Bowman
-
tdog
-
tgate