net.rim.blackberry.api.pim
Interface BlackBerryEvent

All Superinterfaces:
Event, PIMItem

Deprecated. In favour of BlackBerryEvent.

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
          Deprecated. Indicates whether or not an event is an all day event.
static int ATTENDEES
          Deprecated. A list of e-mail addresses identifying attendees at an Event.
static int FB_BUSY
          Deprecated. Constant indicating this event's duration is shown as busy.
static int FB_FREE
          Deprecated. Constant indicating this event's duration is shown as free.
static int FB_OUT_OF_OFFICE
          Deprecated. Constant indicating this event's duration is shown as out of the office.
static int FB_TENTATIVE
          Deprecated. Constant indicating this event's duration is shown as tentative.
static int FREE_BUSY
          Deprecated. Indicates whether to show an event as Free, Tentative, Busy or Out Of The Office.
 
Fields inherited from interface net.rim.blackberry.api.pim.Event
ALARM, CLASS, CLASS_CONFIDENTIAL, CLASS_PRIVATE, CLASS_PUBLIC, END, LOCATION, NOTE, REVISION, START, SUMMARY, UID
 
Fields inherited from interface net.rim.blackberry.api.pim.PIMItem
ATTR_NONE, BINARY, BOOLEAN, DATE, EXTENDED_ATTRIBUTE_MIN_VALUE, EXTENDED_FIELD_MIN_VALUE, INT, STRING, STRING_ARRAY
 
Methods inherited from interface net.rim.blackberry.api.pim.Event
getRepeat, setRepeat
 
Methods inherited from interface net.rim.blackberry.api.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
Deprecated. 
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
Deprecated. 
Indicates whether or not an event is an all day event.

This field is of type Boolean and is always populated with one value. Calls to PIMItem.removeValue(int, int) will silently do nothing. The PIMItem.addBoolean(int, int, boolean) method will have the same effect as PIMItem.setBoolean(int, int, int, boolean).

Since:
JDE 4.0.0

FREE_BUSY

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

This field is of type int and is always populated with one value. Calls to PIMItem.removeValue(int, int) will silently do nothing. The PIMItem.addBoolean(int, int, boolean) method will have the same effect as PIMItem.setBoolean(int, int, int, boolean).

Since:
JDE 4.0.0

FB_FREE

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

FB_TENTATIVE

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

FB_BUSY

public static final int FB_BUSY
Deprecated. 
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
Deprecated. 
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.