Once iCal has been installed it can be started by clicking
Start Button/Programs/iCal Web Calendar/Start iCal vx.x Web
Calendar
. This will start the iCal server and it will wait for
web browser requests.
One button toggles between Start Server and Idle Server. You must start the server before iCal will respond to browser requests. You must idle the server before you can make changes on the Listener or About Tabs. The "X" minimizes the property box to the system tray. To shutdown the iCal server you must click the Shutdown button.
Note: You must first click the Idle Server button on the Status Tab before changes can be made.
The About Tab is where you enter your Registration Codes. The Idle Server button must be clicked on the Status tab before you can enter your codes.
When iCal is first started the default settings will bring up your browser and take you to the iCal tutorial web page. You will notice that the URL in your browser will be http://localhost. localhost is a convention instructing your web browser to make a connection to your machine.
Others on your network can also access your instance of iCal. The URL they enter must provide the IP address of your machine. eg http://123.123.123.123 if this is the IP address assigned to your machine.
To find your IP address, go to a command prompt and enter the command ipconfig; it will display your IP address.
Appending the calendar name to a URL will take you directly to the calendar. E.g., http://localhost/default
When a port number other than 80 has been assigned, this needs to be included on the URL. For example, using port 8000 would make the URL http://localhost:8000/default
This error message is received when trying to start
the iCal server, and can be very confusing to someone new
to the system. The full error message also includes the
words Try changing the port number on
the Listener tab, then click the Start Server button
again
.
When iCal starts it performs a bind with the IP address and the port number listed in the Listener Tab (A 0.0.0.0 IP address indicates that the IP address assigned to the host machine will be used) The error message occurs when the IP address and the port number are already in use by the system. Here are the most common reasons this is happening and how to fix the situation.
iCal may already be running as a system service and is causing the conflict. It is a good thing to run iCal as a service but if you don't know it is running it will cause confusion. iCal is installed as a service by clicking the Start Button/Programs/iCal and then the option iCal install as a service. This will cause iCal to run as a background task whenever the system is restarted. It will also cause a conflict error when you try to start iCal manually.
Check your services dialog box to determine if you have the service running. The services dialog box can be access from the Control Panel and then Administrative tools. If iCal is running as a service, you will see an entry named, iCalService.
When iCal is run as a service there is no need to start it manually. Simply open your browser and enter the URL required to access your specific instance of iCal.
Occasionally you may need to make changes on the iCal property box. When iCal is run as a service the property box is not visible. You can stop the service, then run iCal from the Start Button, make your changes, shutdown iCal and then restart the service. The service will pick up the changes.