TagLib: Calendar

login

Description

The login tag creates a calender server session using the specified host and port with the specified user and password authentication.

Tag Body

JSP

Restrictions

The authenticated calendar session is stored as calendarSession into the session context.

Attributes

The tag has the following attributes:

Attribute

Description

Req'd?

host Specifies the calendar server host Yes
port Specifies the calendar server port No
user Specifies the calendar user id Yes
pword Specifies the calender user password Yes

Properties

None.

Example(s)

<%-- login to a calendar server with authentication --%>
<cal:login host="ical" user="user-id" pword="password"/>