| Top |  |  |  |  | 
| enum | ECalClientSourceType | 
| enum | ECalObjModType | 
| #define | E_CALENDAR_ERROR | 
| enum | ECalChangeType | 
| ECalChange | |
| enum | ECalendarStatus | 
| #define | E_CALENDAR_STATUS_CORBA_EXCEPTION | 
| enum | EDataCalObjType | 
| enum | EDataCalObjModType | 
| typedef | CalObjModType | 
| #define | CALOBJ_MOD_THIS | 
| #define | CALOBJ_MOD_THISANDPRIOR | 
| #define | CALOBJ_MOD_THISANDFUTURE | 
| #define | CALOBJ_MOD_ALL | 
| #define | CALOBJ_MOD_ONLY_THIS | 
GQuark
e_calendar_error_quark (void);
e_calendar_error_quark is deprecated and should not be used in newly-written code.
Indicates the type of modification made to a calendar
| Modify this component | ||
| Modify this component and all prior occurrances | ||
| Modify this component and all future occurrances | ||
| Modify all occurrances of this component | ||
| Modify only this component | 
Since: 3.8
#define E_CALENDAR_ERROR e_calendar_error_quark()
E_CALENDAR_ERROR has been deprecated since version 3.2 and should not be used in newly-written code.
Use ECalClient and it's errors instead
The error domain for the deprecated ECal
ECalChangeType has been deprecated since version 3.2 and should not be used in newly-written code.
Use ECalClient instead
Indicates the type of change in an ECalChange
typedef struct {
	ECalComponent *comp;
	ECalChangeType type;
} ECalChange;
ECalChange has been deprecated since version 3.2 and should not be used in newly-written code.
Use ECalClient instead
A structure indicating a calendar change
| ECalComponent * | The ECalComponent which changed | |
| ECalChangeType  | The ECalChangeType which occurred | 
ECalendarStatus has been deprecated since version 3.2 and should not be used in newly-written code.
Use ECalClient and it's errors instead
Error codes for the E_CALENDAR_ERROR error domain
#define E_CALENDAR_STATUS_CORBA_EXCEPTION E_CALENDAR_STATUS_DBUS_EXCEPTION
E_CALENDAR_STATUS_CORBA_EXCEPTION is deprecated and should not be used in newly-written code.
Use ECalClient and it's errors instead
A deprecated ECalendarStatus error code
EDataCalObjType is deprecated and should not be used in newly-written code.
A deprecated object type indicator
Deprecated
EDataCalObjModType is deprecated and should not be used in newly-written code.
A deprecated object modification type indicator
Deprecated
typedef ECalObjModType CalObjModType;
CalObjModType is deprecated and should not be used in newly-written code.
#define CALOBJ_MOD_THIS E_CAL_OBJ_MOD_THIS
CALOBJ_MOD_THIS is deprecated and should not be used in newly-written code.
#define CALOBJ_MOD_THISANDPRIOR E_CAL_OBJ_MOD_THIS_AND_PRIOR
CALOBJ_MOD_THISANDPRIOR is deprecated and should not be used in newly-written code.
#define CALOBJ_MOD_THISANDFUTURE E_CAL_OBJ_MOD_THIS_AND_FUTURE
CALOBJ_MOD_THISANDFUTURE is deprecated and should not be used in newly-written code.
#define CALOBJ_MOD_ALL E_CAL_OBJ_MOD_ALL
CALOBJ_MOD_ALL is deprecated and should not be used in newly-written code.