Re: [Evolution-hackers] Events diplayed as tasks?

2006-06-20 Thread Jules Colding
Hi Harish, On Tue, 2006-06-20 at 11:21 +0530, Harish Krishnaswamy wrote: > If a single cache holds both events and backends - you need to filter > the cache contents based on their type (VEVENT/VTODO). > > Eg : > kind = icalcomponent_isa (icalcomp); > > > if (kind == ICAL_VEVENT_C

Re: [Evolution-hackers] Events diplayed as tasks?

2006-06-20 Thread Harish Krishnaswamy
If a single cache holds both events and backends - you need to filter the cache contents based on their type (VEVENT/VTODO). Eg : kind = icalcomponent_isa (icalcomp); if (kind == ICAL_VEVENT_COMPONENT) {...} if (kind == ICAL_VTODO_COMPONENT)

[Evolution-hackers] Events diplayed as tasks?

2006-06-16 Thread Jules Colding
Hi, I have a functioning calendar backend that supports events as well as tasks. The events are displayed in the calendar as expected, but they are also appearing as tasks in the summary list. Why?? I haven't even populated the task cache yet, so everything displayed in the task list is really no