The login tag creates a calender server session using the specified host and port with the specified user and password authentication.
JSP
The authenticated calendar session is stored as calendarSession into the session context.
The tag has the following attributes for which the Required values are “Yes” and “No”:
Specifies the calendar server host.
Specifies the calendar server port.
Specifies the calendar user id.
Specifies the calender user password.
None.
<%-- login to a calendar server with authentication --%> <cal:login host="ical" user="user-id" pword="password"/>