Top | ![]() |
![]() |
![]() |
![]() |
JanaEcalStore is an implementation of JanaStore that provides a wrapper over ECal, using libecal.
JanaStore *
jana_ecal_store_new (JanaComponentType type
);
Opens or creates the default evolution-data-server system storage for the specified type of component.
A JanaEcalStore that wraps the evolution-data-server system storage of the specified component type, cast as a JanaStore.
JanaStore * jana_ecal_store_new_from_uid (const gchar *uid
,JanaComponentType type
);
Opens or creates an evolution-data-server storage for the given uid and the specified type of component.
A JanaEcalStore that wraps an evolution-data-server storage of the specified component type for the given uid, cast as a JanaStore.