Home > Contents > 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)
Error Numbers
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 > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.