Compoze Software, Inc.

Package com.compoze.calendar

The Calendar package provides classes for managing user and group appointments and meetings.

See:
          Description

Class Summary
Appointment This class represents an appointment.
AppointmentFilter This class represents an appointment filter.
AppointmentList This class represents a list of appointments.
AppointmentProperty This class stores the values for the Appointment property tags.
Appointments This class represents a collection of appointments.
AppointmentVCalendarServlet This class is a servlet that writes the vCalendar of an appointment.
BusyStatus This class stores the values for an appointment 'busy status'.
CalendarPermission This class represents the permissions for the Calendar package.
CalendarProperties Encapsulates access to the calendar.properties file.
CalendarResources Provides access to the CalendarResources for the Calendar package.
CalendarSession This class provides a session for managing calendar information, and is the entry point into the Calendar API.
MeetingRequest This class represents a meeting request.
 

Package com.compoze.calendar Description

The Calendar package provides classes for managing user and group appointments and meetings. By using the classes located in this package, the developer can create personal and group calendars. The entry point into the Calendar package is the CalendarSession. Using the calendar session, developers can handle the creation, removal and editing of appointments and meetings.

The Appointment represents a personal appointment and stores information including a summary, description, category, busy status and location. An appointment can be made recurring to support events that occurs over a specified time period - daily, weekly, annually, etc. A vCalendar representation of the appointment can be easily obtained using toVcalendarString().


Compoze Software, Inc.

Copyright ©1999-2001 Compoze Software, Inc. All rights reserved.