net.rim.blackberry.api.pdap
Interface BlackBerryEvent

All Superinterfaces:
Event, PIMItem

public interface BlackBerryEvent
extends Event

Represents an event contained in the default RIM BlackBerry calendar.

This interface defines extended fields in addition to the standard fields that are used to reference fields with the BlackBerry Event.

You can use any of the static field constants defined here in your code on any valid BlackBerryEvent instance.

Since:
JDE 4.0.0
See Also:
Event, PIMItem

Field Summary
static int ALLDAY
          Indicates whether or not an event is an all day event.
static int ATTENDEES
          A list of e-mail addresses identifying attendees at an Event.
static int FB_BUSY
          Constant indicating this event's duration is shown as busy.
static int FB_FREE
          Constant indicating this event's duration is shown as free.
static int FB_OUT_OF_OFFICE
          Constant indicating this event's duration is shown as out of the office.
static int FB_TENTATIVE
          Constant indicating this event's duration is shown as tentative.
static int FREE_BUSY
          Indicates whether to show an event as Free, Tentative, Busy or Out Of The Office.
 
Fields inherited from interface javax.microedition.pim.Event
ALARM, CLASS, CLASS_CONFIDENTIAL, CLASS_PRIVATE, CLASS_PUBLIC, END, LOCATION, NOTE, REVISION, START, SUMMARY, UID
 
Fields inherited from interface javax.microedition.pim.PIMItem
ATTR_NONE, BINARY, BOOLEAN, DATE, EXTENDED_ATTRIBUTE_MIN_VALUE, EXTENDED_FIELD_MIN_VALUE, INT, STRING, STRING_ARRAY
 
Methods inherited from interface javax.microedition.pim.Event
getRepeat, setRepeat
 
Methods inherited from interface javax.microedition.pim.PIMItem
addBinary, addBoolean, addDate, addInt, addString, addStringArray, addToCategory, commit, countValues, getAttributes, getBinary, getBoolean, getCategories, getDate, getFields, getInt, getPIMList, getString, getStringArray, isModified, maxCategories, removeFromCategory, removeValue, setBinary, setBoolean, setDate, setInt, setString, setStringArray
 

Field Detail

ATTENDEES

public static final int ATTENDEES
A list of e-mail addresses identifying attendees at an Event.

This field is of type String and can contain multiple values.

Since:
JDE 4.0.0

ALLDAY

public static final int ALLDAY
Indicates whether or not an event is an all day event.

This field is of type boolean.

Since:
JDE 4.0.0

FREE_BUSY

public static final int FREE_BUSY
Indicates whether to show an event as Free, Tentative, Busy or Out Of The Office.

This field is of type int. If the field is not populated then the event will be shown as Free.

Since:
JDE 4.0.0

FB_FREE

public static final int FB_FREE
Constant indicating this event's duration is shown as free.
Since:
JDE 4.0.0

FB_TENTATIVE

public static final int FB_TENTATIVE
Constant indicating this event's duration is shown as tentative.
Since:
JDE 4.0.0

FB_BUSY

public static final int FB_BUSY
Constant indicating this event's duration is shown as busy.
Since:
JDE 4.0.0

FB_OUT_OF_OFFICE

public static final int FB_OUT_OF_OFFICE
Constant indicating this event's duration is shown as out of the office.
Since:
JDE 4.0.0


Copyright 1999-2004 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.