TagLib: Calendar

storeTask

Description

The storeTask tag stores the specified task into the current calendar set. It can either store a new task or update an existing event. If an error occurs during processing, the tag body will be evaluated.

Tag Body

JSP

Restrictions

If the name attribute is not specified then a parent task tag is used to find the event to operate on. The modifier attribute should only be used to update an existing task

Attributes

The tag has the following attributes:

Attribute

Description

Req'd?

name Name of the event bean to store. No

Properties

None

Example(s)

<%-- store an task by name --%>
<cal:task id="task1">
<cal:storeTask name="task1">
...store failed...
</cal:storeTask>