Feedback

  • Contents
 

Logon

This Calendar tool establishes a session with the calendar server.

Inputs

Username

A string representing a username on the calendar server. Note that this field is case sensitive.

NOTE: For MS Exchange users, this field also needs to include the domain name if the calendar server is on a different domain from the CIC server. The format for this should be "domain_name\user_name".

Password

A string representing the password for the given user.

Host

A string representing the host (and possibly port) of the calendar server.

Note for MS Exchange Users: the format for this string should be, "http://your_OutlookWebAccess_servername/exchange/User_Name"

Note for iPlanet Users: the format for this string should be, "iPlanet_Servername:port#". For example, "iPlanet:81".

Output

Session ID

An integer that represents an established session and is used as input to other tools.

Exit Paths

Success

This path is taken if the session is successfully established. 

Failure

This path is taken if the operation fails. The most common reasons for failure are invalid username, invalid password, or invalid host. Other unexpected errors could also cause failure.