Changes

Jump to: navigation, search

Calendar:WCAP Provider

799 bytes removed, 14:55, 1 August 2007
m
no edit summary
user_pref("calendar.wcap.log_file", "''c:\\system\\path\\to\\log\\file''"); // Windows
user_pref("calendar.wcap.log_file_append", true); // whether log should be appended, default is false (truncate)
 
<!-- currently not working
=='''EXPERIMENTAL''' Local Caching==
You have two options for caching:
*in-memory &rarr; <code>memory</code>
*persistent on hard disc &rarr; <code>storage</code>
using the following preference.
''By default, local caching is currently turned ''off'', because of performance problems using the storage provider'':
user_pref("calendar.wcap.cache", "''[off|memory|storage]''");
 
For <code>storage</code> caching, all the caching data is stored by default in the following directory:
''profile-dir''/wcap
You can use a different directory by setting:
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.'''
-->
==Trouble Shooting==
350
edits

Navigation menu