350
edits
No edit summary |
(revised and updated) |
||
| Line 9: | Line 9: | ||
===Subscribing To Your Calendar=== | ===Subscribing To Your Calendar=== | ||
The Sunbird/Lightning ''Create New Calendar'' wizard comes up with a third Format type for remote calendars (''Sun Java System Calendar Server (WCAP)''). As location, provide a <code>HTTP</code> URL to a [http://www.sun.com/software/products/calendar_srvr/index.xml Sun Java System Calendar server]. | The Sunbird/Lightning ''Create New Calendar'' wizard comes up with a third Format type for remote calendars (''Sun Java System Calendar Server (WCAP)''). As location, provide a <code>HTTP</code> or preferrably <code>HTTPS</code> URL to a [http://www.sun.com/software/products/calendar_srvr/index.xml Sun Java System Calendar server]. | ||
<pre> | <pre> | ||
http://sd-calendar.staroffice.de/ | http://sd-calendar.staroffice.de/ | ||
</pre> | </pre> | ||
You can encode your common user-id into the url which will be used for the login prompt, e.g. | |||
<pre> | <pre> | ||
http://jdoe@sd-calendar.staroffice.de/ | http://jdoe@sd-calendar.staroffice.de/ | ||
</pre> | </pre> | ||
After creation, you need to switch the view on for this calendar in the ''Calendars'' list. | After creation, you need to switch the view on for this calendar in the ''Calendars'' list. | ||
| Line 26: | Line 22: | ||
For login, you will be asked for a pair of ''UserName/Password''. | For login, you will be asked for a pair of ''UserName/Password''. | ||
If you don't pass login, you will be asked again. | If you don't pass login, you will be asked again. | ||
If the calendar server does not support <code>HTTPS</code>, you will be asked whether to continue the login. | |||
support <code>HTTPS</code> | |||
continue the login. | |||
===UI=== | ===UI=== | ||
| Line 47: | Line 38: | ||
*0 → no logging (release, default) | *0 → no logging (release, default) | ||
*1 → some logging, connection etc., but no calendar data | *1 → some logging, connection etc., but no calendar data | ||
*2 → | *2 → verbose log | ||
*3 → very verbose log | |||
You can | You can set the log level your <code>user.js</code> in your profile: | ||
user_pref("calendar.wcap.log_level", ''n''); | user_pref("calendar.wcap.log_level", ''n''); | ||
or via ''Edit→Preferences→Advanced→General→Config Editor...'' (Thunderbird 2, Unix) and even change it without restarting Thunderbird. | |||
===Log File=== | ===Log File=== | ||
edits