TagLib: Calendar

fetchcalid

Description

This tag retrieves the subscribed CalendarIds . When the search is provided it does a search for that string. If an error occurs during processing, the tag body will be evaluated and the remainder of the page will be skipped.

Tag Body

JSP

Restrictions


Attributes

This tag has the following attribute:

Attribute

Description

Req'd?

search
the searchString
No

Properties

None.

Example(s)

<!-- Get the subscribed calIds -->
<socs:fetchcalid />

<!-- Search for a CalId with "a" -->
<socs:fetchcalid search="a" />