Package de.xima.fc
Class CmnConst.ICal
- java.lang.Object
-
- de.xima.fc.CmnConst.ICal
-
-
Field Summary
Fields Modifier and Type Field Description static String
GCAL_ICS_LINK
static String
PARAM_COLOR
static String
PARAM_DATES
static String
PARAM_DESSCRIPTION
static String
PARAM_FILE_NAME
static String
PARAM_PRIORITY
static String
PARAM_SUMMARY
static String
PARAM_TIME_ZONE
static String
PRODUCT_ID
-
Constructor Summary
Constructors Constructor Description ICal()
-
-
-
Field Detail
-
PRODUCT_ID
public static final String PRODUCT_ID
- See Also:
- Constant Field Values
-
PARAM_DATES
public static final String PARAM_DATES
- See Also:
- Constant Field Values
-
PARAM_TIME_ZONE
public static final String PARAM_TIME_ZONE
- See Also:
- Constant Field Values
-
PARAM_SUMMARY
public static final String PARAM_SUMMARY
- See Also:
- Constant Field Values
-
PARAM_DESSCRIPTION
public static final String PARAM_DESSCRIPTION
- See Also:
- Constant Field Values
-
PARAM_FILE_NAME
public static final String PARAM_FILE_NAME
- See Also:
- Constant Field Values
-
PARAM_PRIORITY
public static final String PARAM_PRIORITY
- See Also:
- Constant Field Values
-
PARAM_COLOR
public static final String PARAM_COLOR
- See Also:
- Constant Field Values
-
GCAL_ICS_LINK
public static final String GCAL_ICS_LINK
- See Also:
- Constant Field Values
-
-