| storeTask | |||||||
|---|---|---|---|---|---|---|---|
| Description | The storeTasktag 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 nameattribute is not specified then a parent tasktag is used to find the event to operate on. Themodifierattribute
 should only be used to update an existing task | ||||||
| Attributes | The tag has the following attributes: 
 | ||||||
| Properties | None | ||||||
| Example(s) | <%-- store an task by name --%> | ||||||