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



_______________________________________________
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers

Reply via email to