= Using [http://www.mozilla.org/projects/calendar/sunbird/ 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/ 1. Launch Sunbird. 1. Select '''New Calendar''' from the '''File''' menu. 1. In the '''Create a new calendar''' assistant, select '''On the Network''' and click '''Continue'''. 1. 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 ) 1. Enter a name for your calendar and click '''Continue'''. 1. Click '''Done'''. 1. When prompted, enter your CalDAV username and password. == Calendar server address format for use with Sunbird == http://server.example.com:8008/calendars/users/<>/calendar or https://server.example.com:8443/calendars/users/<>/calendar where 'server.example.com' should be set to your calendar server hostname, '<>' 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.