Projects
Wiki     Timeline     Roadmap     Browse Source     View Tickets     New Ticket     Search

Using  Sunbird with the Calendar Server

  1. Download the latest Sunbird nightly release from  http://ftp.mozilla.org/pub/mozilla.org/calendar/sunbird/nightly/latest-trunk/
  2. Launch Sunbird.
  3. Select New Calendar from the File menu.
  4. In the Create a new calendar assistant, select On the Network and click Continue.
  5. Select CalDAV as the format, and under Location, enter your server address. Click Continue when finished. (For example:  http://localhost:8008/calendars/users/jsmith/calendar )
  6. Enter a name for your calendar and click Continue.
  7. Click Done.
  8. When prompted, enter your CalDAV username and password.

Calendar server address format for use with Sunbird

 http://server.example.com:8008/calendars/users/<<uid>>/calendar

or

 https://server.example.com:8443/calendars/users/<<uid>>/calendar

where 'server.example.com' should be set to your calendar server hostname, '<<uid>>' should be the login id of the user. The '/calendar' at the end is the name of the calendar on the server and should be adjusted for the actual calendar stored on the server. To see what that might be use a web browser to examine the files on the calendar server.