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.
JSP
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
The tag has the following attributes for which the Required value is “No”:
Name of the event bean to store.
None
<%-- store an task by name --%> <cal:task id="task1"> <cal:storeTask name="task1"> ...store failed... </cal:storeTask>