Re: [Evolution-hackers] libecal functions
- From: "Teresa Thomas" <tere ertw gmail com>
- To: "chenthill palanisamy" <pchenthill novell com>, evolution-hackers gnome org
- Subject: Re: [Evolution-hackers] libecal functions
- Date: Wed, 19 Jul 2006 11:25:14 -0400
Hi
I have one last (hopefully) question about libecal. I want to add a VEVENT to an existing Evolution calendar.
Hence, I created an iCalComponenent to be added and hope to use the e_cal_create_object(ECal* eCal,iCalComponent iCalcomp, char** uid, char** error) function.
Now, I understand that eCal is a calendar client. If I want to add my event to an Evolution calendar, what exactly should eCal contain? Is it some sort of an identity of a cal? If so, how can I obtain it.
Thanks!
On 7/19/06, Teresa Thomas <tere ertw gmail com> wrote:
Thanks Mr Palanisamy!
My Bad, I actually meant to ask about the function e_cal_component_new() in ECalComponent.h/c.
Anyway, from what I understand it returns an ECalComponent, which is an (easier to manipulate) wrapper around an iCalComponent.
On 7/19/06, chenthill palanisamy <
pchenthill novell com> wrote:
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.
>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]