Home > Contents > Index >
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index
ics:readevent
Reads an event from storage.
Syntax
<ics:readevent list="list name" name="event name"/>Parameters
list (required)
- Name of the output list.
name (required)
- Name of the event.
Description
This tag reads an event from storage. The
ics:readevent
tag returns a list with the following columns:
- Name
- Type
- Enabled
- Time
- Target (for application events)
- Recipient (for email events)
- Params (for application events)
- Filename (for email events)
errno
The possible values of
errno
include:
Value Description -203 Event error. -10004 A required parameter is missing. -10010 Invalid parameter value.Example
The following example reads the email event
confirmation email
from storage and places the results in a list calledevents
.<ics:readevent list="events" name="confirmation email"/>See Also
Home > Contents > Index > ![]()
FatWire JSP Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.