TagLib: Calendar

opencal

Description

The opencal tag verifies if the user can open the calendar.

Tag Body

JSP

Restrictions


Attributes

This tag has the following attributes:

Attribute

Description

Req'd?

calId
ID of the calendar to open.
Yes

Properties

None.

Example(s)

<!-- Open the Calendar with Id "a" -->
<socs:opencal calId="ACalId" >
<!--Display the error or Permission denied message Here -->
<cal:context>
<util:if property="errorCode" value="CAL_002"><%
%><p><util:msg name="i18n" key="CAL_002_cal"/>aCalId</p><%
%></util:if>
</cal:context>

</socs:opencal>