350
edits
m (WCAP UI is Lightning only) |
(multiple users, alarms) |
||
| Line 12: | Line 12: | ||
<pre> | <pre> | ||
http://cal-server/ | http://cal-server/ | ||
</pre> | |||
If you need to login for different users on the same server, then create multiple calendar accounts, encoding user-Ids into the corresponding URLs, e.g. creating one calendar | |||
<pre> | |||
http://jdoe@cal-server/ | |||
</pre> | |||
and another | |||
<pre> | |||
http://bbat@cal-server/ | |||
</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 30: | Line 38: | ||
can be confusing if the selected calendar is not shown (unchecked), i.e. | can be confusing if the selected calendar is not shown (unchecked), i.e. | ||
you won't see your newly created event. IMO we have to improve this. | you won't see your newly created event. IMO we have to improve this. | ||
===Alarms=== | |||
Alarms are currently turned ''off'' by default, because of [http://groups.google.de/group/mozilla.dev.apps.calendar/browse_thread/thread/3bd7188c29309452/311545e3d102642c?hl=de#311545e3d102642c exception bloat (#3)]. You can switch them on defining | |||
user_pref("calendar.wcap.suppress_alarms", false); | |||
==Logging== | ==Logging== | ||
edits