Re: Configuring Lightning automatically
Philipp Kewisch <[email protected]> Thu, 19 Feb 2015 20:32:31 +0100
| Newsgroups | gmane.comp.mozilla.devel.calendar |
|---|---|
| Message-ID | <[email protected]> |
On 2/19/15 8:07 PM, kfr- wrote:
> So far, what i'm doing is adding this to thunderbird.cfg which seem to work BUT that means that every user profile will have the same uuid for the users calendar.
>
> defaultPref("calendar.registry.3b3d6e65-f811-fe4b-9c0e-c27668895293.name", env_user + "'s Calendar");
> defaultPref("calendar.registry.3b3d6e65-f811-fe4b-9c0e-c27668895293.type", "caldav");
> defaultPref("calendar.registry.3b3d6e65-f811-fe4b-9c0e-c27668895293.uri", "https://calendar.server.com/calendar/dav/home/" + env_user + "/calendar/");
>
> Is that the way it is? Is there a better way?
>
Thats fine, that uuid is just something for the specific profile to
identify the calendar as opposed to the others.
Philipp