
I'm hoping to use Scalix as a robust CalDAV server for a small 3 person office (i've been fighting corrupting ical files with phpicalendar for last 10months)
Rita, Bob, Sue have one Calendar each
They use Thunderbird 2.0.0.12 with Lightning 0.7
They want to share there three calendars so they can check/make appointments for each other
Problem:
https://bugzilla.mozilla.org/show_bug.cgi?id=388578
https://bugzilla.mozilla.org/show_bug.cgi?id=247486
Thunderbird/Lightning with try and access all three calendar, but with only 1 set of usr/pwd details.
This means that Bob can use his calendar, but Rita and Sues calendars being viewed on Bobs computer get auth errors.
This is rubbish! If affectly forces you to have only one calendar per pc. The current soultion is for all three users to have a single calendar, or setup three Scalix servers with differnet URI's.
Does anyone have any smart tips/trick on how this might be worked around?
The mozilla auth uses 'realms' so it sees
https://boss.cytringan.com/api/dav/Prin ... xample.com
https://boss.cytringan.com/api/dav/Prin ... xample.com
https://boss.cytringan.com/api/dav/Prin ... xample.com
as one 'realm', even though the last part is differnet
Maybe someone has an idea how to work around this?
My other thought might be to have a 'global' user with three calendars, but I've not worked out how to create more then one calendar per user yet. (any help?)
Happy to recieve any replies,
Paul