This tag deletes the specified task from the current calendar set. 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 tag has the following attribute for which the Required value is “No”:
Name of the event bean to delete.
None
<%-- delete a task by name --%> <cal:task id="task1"/> <cal:deleteTask name="task1"> ...delete failed... </cal:deleteTask>