350
edits
m (→Login) |
(pref switches) |
||
| Line 4: | Line 4: | ||
===Initial Steps=== | ===Initial Steps=== | ||
The Lightning ''Create New Calendar'' wizard comes up with a third Format | You currently have two options to switch on WCAP support: | ||
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]. | *Setting <code>calendar.wcap.enabled</code> to <code>true</code> will switch on the provider (only). | ||
*Setting <code>calendar.prototypes.wcap</code> to <code>true</code> will enable the provider and the prototypical WCAP UI. | |||
===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]. | |||
<pre> | <pre> | ||
http://cal-server/ | http://cal-server/ | ||
| Line 51: | Line 55: | ||
user_pref("calendar.wcap.log_file", "''/system/path/to/log/file''"); | user_pref("calendar.wcap.log_file", "''/system/path/to/log/file''"); | ||
<!-- currently not working | |||
=='''EXPERIMENTAL''' Local Caching== | =='''EXPERIMENTAL''' Local Caching== | ||
You have two options for caching: | You have two options for caching: | ||
| Line 64: | Line 69: | ||
user_pref("calendar.wcap.cache_dir", "''/system/path/to/data/directory''"); | user_pref("calendar.wcap.cache_dir", "''/system/path/to/data/directory''"); | ||
'''If you feel the need to flush/renew your local calendar cache, just delete that directory. All data will be refreshed on next startup.''' | '''If you feel the need to flush/renew your local calendar cache, just delete that directory. All data will be refreshed on next startup.''' | ||
--> | |||
==Misc== | |||
*contribution tracked via [https://bugzilla.mozilla.org/show_bug.cgi?id=340949 issue 340949] | *contribution tracked via [https://bugzilla.mozilla.org/show_bug.cgi?id=340949 issue 340949] | ||
edits