Re: libecal functions
chenthill palanisamy <[email protected]>
| Newsgroups | gmane.comp.gnome.evolution.devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 2006-07-18 at 17:44 -0400, Teresa Thomas wrote: > Need some assistance in my quest to comprehend EDS. > > What exactly is the difference between e_cal_create_object() [in > ECalComponent] and e_cal_create_object() [in ECal ] ? e_cal_create_object is used to create a appointment, task or a memo object (ECalComponent) in the corresponding backend (file, http, groupwise etc). There is no function named e_cal_create_object in ECalComponent. There is a function e_cal_component_get_created which gives the creation date of a ECalComponent. Please have a look at http://www.go-evolution.org/EDS_Architecture . - Chenthill. >