Calendar Tag Library: Overview
   
The Calendar Tag Library consists of the following tags:
    
Context
   
This tag is used to maintain state between requests, and must be present 
on a JSP page before any other calendar tag may be used.
   
   
Commands
   
The following tags perform an action or command on the service.
   
  - login - no longer available.
- fetch - fetches a range of events into the context.
- store - creates a new event or modifies an
existing  event.
- storeTask - create a new task or modifies 
an existing task.
 
- delete - deletes an event.
- deleteTask - deletes a task.
 
- dateroll - formats or parses a datetime.
- dateroll - rolls a datetime up or down.
Beans & Collections
   
The following tags provide access to the model data of the service. Bean tags have
properties which may be accessed via the get and set tags. Collections are
used to iterate through a list of beans.
   
  - datetime - provides date & time bean
 properties.
- event - provides event properties.
- events - collection of event beans.
- task - provides task/todo properties
- recurrence -   provides the
recurrence for the event/task.
 
- get - gets a bean property.
- set - sets a bean property.