Package org.bedework.util.calendar
Class IcalDefs
- java.lang.Object
-
- org.bedework.util.calendar.IcalDefs
-
public class IcalDefs extends Object
Possibly temporary home for definitions that need to be global.- Author:
- douglm
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIcalDefs.IcalComponentTypeUsed to identify types of components within a calendar objectstatic classIcalDefs.RequestStatusFor RFC5545 request status
-
Field Summary
-
Constructor Summary
Constructors Constructor Description IcalDefs()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intcheckPartstat(String val)Return an index for the partstatstatic StringfromEntityType(int type)
-
-
-
Field Detail
-
entityTypeEvent
public static final int entityTypeEvent
- See Also:
- Constant Field Values
-
entityTypeAlarm
public static final int entityTypeAlarm
- See Also:
- Constant Field Values
-
entityTypeTodo
public static final int entityTypeTodo
- See Also:
- Constant Field Values
-
entityTypeJournal
public static final int entityTypeJournal
- See Also:
- Constant Field Values
-
entityTypeFreeAndBusy
public static final int entityTypeFreeAndBusy
- See Also:
- Constant Field Values
-
entityTypeVavailability
public static final int entityTypeVavailability
- See Also:
- Constant Field Values
-
entityTypeAvailable
public static final int entityTypeAvailable
- See Also:
- Constant Field Values
-
entityTypeVpoll
public static final int entityTypeVpoll
- See Also:
- Constant Field Values
-
entityTypeNames
public static final String[] entityTypeNames
-
entityTypeIcalNames
public static final String[] entityTypeIcalNames
-
statusTentative
public static final String statusTentative
- See Also:
- Constant Field Values
-
statusConfirmed
public static final String statusConfirmed
- See Also:
- Constant Field Values
-
statusCancelled
public static final String statusCancelled
- See Also:
- Constant Field Values
-
statusNeedsAction
public static final String statusNeedsAction
- See Also:
- Constant Field Values
-
statusCompleted
public static final String statusCompleted
- See Also:
- Constant Field Values
-
statusInProcess
public static final String statusInProcess
- See Also:
- Constant Field Values
-
statusDraft
public static final String statusDraft
- See Also:
- Constant Field Values
-
statusFinal
public static final String statusFinal
- See Also:
- Constant Field Values
-
requestStatusDeferred
public static final String requestStatusDeferred
Deferred till later e.g. needs mailing- See Also:
- Constant Field Values
-
requestStatusOK
public static final String requestStatusOK
- See Also:
- Constant Field Values
-
requestStatusInvalidProperty
public static final String requestStatusInvalidProperty
Append property name- See Also:
- Constant Field Values
-
requestStatusInvalidUser
public static final String requestStatusInvalidUser
Append CUA- See Also:
- Constant Field Values
-
requestStatusUnsupportedCapability
public static final String requestStatusUnsupportedCapability
- See Also:
- Constant Field Values
-
requestStatusNoAccess
public static final String requestStatusNoAccess
- See Also:
- Constant Field Values
-
requestStatusUnavailable
public static final String requestStatusUnavailable
- See Also:
- Constant Field Values
-
requestStatusNoSupport
public static final String requestStatusNoSupport
- See Also:
- Constant Field Values
-
transparencyOpaque
public static final String transparencyOpaque
- See Also:
- Constant Field Values
-
transparencyTransparent
public static final String transparencyTransparent
- See Also:
- Constant Field Values
-
alarmTriggerRelatedStart
public static final String alarmTriggerRelatedStart
Trigger related to start- See Also:
- Constant Field Values
-
alarmTriggerRelatedEnd
public static final String alarmTriggerRelatedEnd
Trigger related to end- See Also:
- Constant Field Values
-
partstatNone
public static final int partstatNone
none set- See Also:
- Constant Field Values
-
partstatOther
public static final int partstatOther
x-name or iana-token- See Also:
- Constant Field Values
-
partstatNeedsAction
public static final int partstatNeedsAction
Event, to-do, journal- See Also:
- Constant Field Values
-
partstatAccepted
public static final int partstatAccepted
Event, to-do, journal- See Also:
- Constant Field Values
-
partstatDeclined
public static final int partstatDeclined
Event, to-do, journal- See Also:
- Constant Field Values
-
partstatTentative
public static final int partstatTentative
Event, to-do- See Also:
- Constant Field Values
-
partstatDelegated
public static final int partstatDelegated
Event, to-do- See Also:
- Constant Field Values
-
partstatCompleted
public static final int partstatCompleted
to-do- See Also:
- Constant Field Values
-
partstatInProcess
public static final int partstatInProcess
to-do- See Also:
- Constant Field Values
-
partstatValNeedsAction
public static final String partstatValNeedsAction
Event, to-do, journal- See Also:
- Constant Field Values
-
partstatValAccepted
public static final String partstatValAccepted
Event, to-do, journal- See Also:
- Constant Field Values
-
partstatValDeclined
public static final String partstatValDeclined
Event, to-do, journal- See Also:
- Constant Field Values
-
partstatValTentative
public static final String partstatValTentative
Event, to-do- See Also:
- Constant Field Values
-
partstatValDelegated
public static final String partstatValDelegated
Event, to-do- See Also:
- Constant Field Values
-
partstatValCompleted
public static final String partstatValCompleted
to-do- See Also:
- Constant Field Values
-
partstatValInProcess
public static final String partstatValInProcess
to-do- See Also:
- Constant Field Values
-
partstats
public static final String[] partstats
Defined partstat values
-
scheduleAgentOther
public static final int scheduleAgentOther
x-name or iana-token- See Also:
- Constant Field Values
-
scheduleAgentServer
public static final int scheduleAgentServer
Server handles it - default- See Also:
- Constant Field Values
-
scheduleAgentClient
public static final int scheduleAgentClient
Client handles attendee- See Also:
- Constant Field Values
-
scheduleAgentNone
public static final int scheduleAgentNone
Nobody handles this one- See Also:
- Constant Field Values
-
scheduleAgents
public static final String[] scheduleAgents
-
deliveryStatusPending
public static final String deliveryStatusPending
- See Also:
- Constant Field Values
-
deliveryStatusSent
public static final String deliveryStatusSent
- See Also:
- Constant Field Values
-
deliveryStatusDelivered
public static final String deliveryStatusDelivered
- See Also:
- Constant Field Values
-
deliveryStatusSuccess
public static final String deliveryStatusSuccess
- See Also:
- Constant Field Values
-
deliveryStatusInvalidCUA
public static final String deliveryStatusInvalidCUA
- See Also:
- Constant Field Values
-
deliveryStatusNoAccess
public static final String deliveryStatusNoAccess
- See Also:
- Constant Field Values
-
deliveryStatusTempFailure
public static final String deliveryStatusTempFailure
- See Also:
- Constant Field Values
-
deliveryStatusFailed
public static final String deliveryStatusFailed
- See Also:
- Constant Field Values
-
deliveryStatusRejected
public static final String deliveryStatusRejected
- See Also:
- Constant Field Values
-
requestStatusSuccess
public static final IcalDefs.RequestStatus requestStatusSuccess
-
-