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:readeventtag 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)
 Error Numbers
The possible values of
errnoinclude:
 Value Description -203 Event error. -10004 A required parameter is missing. -10010 Invalid parameter value.Example
The following example reads the email event
confirmation emailfrom storage and places the results in a list calledevents.<ics:readevent list="events" name="confirmation email"/>See Also
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.