Oracle® Calendar Web Services Java API Reference
10g Release 1 (10.1.1)

B14475-01


Package oracle.calendar.soap.iCal

Enables you to work with iCalendar data.

See:
          Description

Class Summary
iCalendar Parent element for calendaring data returned from the Calendar Web services host.
vAlarm Contains information about an alarm.
vAttendee Provides information about one attendee of an instance of an event.
vCalendar Container for all related vEvents and vTasks (although some are not required by the IETF iCalendar specification).
vComponent Base class for all iCalendar entities that can be parented to a vCalendar object or another vComponent.
vEvent Contains information about an event.
vOrganizer Holds information about the event's owner.
vTimezone Holds information about the event's time zone.
vTodo Contains information about a task.

 

Package oracle.calendar.soap.iCal Description

Enables you to work with iCalendar data. These tasks include creating new iCalendar instances, returning XML DOM structures that represent a given iCalendar instance, construct strings that represent iCalendar instances and their children, and setting and retrieving the values of certain elements of vCalendar objects.

Related Documentation

For descriptions of the iCalendar components and properties that Calendar Web services supports, see Oracle Calendar Application Developer's Guide.


Oracle® Calendar Web Services Java API Reference
10g Release 1 (10.1.1)

B14475-01


Copyright © 1998, 2005, Oracle. All rights reserved.