Re: [Evolution-hackers] some api for memo ?



On Fri, 2012-07-20 at 19:23 +0200, Pierre-Yves Luyten wrote:
> Is there some API to play with evolution memos (vjournal) from another
> application? 
> seems it's just .ics , but the VJOURNAL type is different than VTODO /
> VEVENT

Start with e_client_utils_new() and pass E_CLIENT_SOURCE_TYPE_MEMOS as
the source type.

http://developer.gnome.org/libedataserverui/unstable/libedataserverui-EClient-Utilities.html#e-client-utils-new

That will return an ECalClient instance, giving you access to memo data.

Further documentation:
http://developer.gnome.org/libecal/unstable/ECalClient.html

Hope this helps,
Matthew Barnes





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]