[Evolution-hackers] some api for memo ?

2012-07-20 Thread Pierre-Yves Luyten
Hello, 

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

(The goal would be to have some note editor taking advantage of
evolution features to have online memos.)

I believe i won't find anything yet looking at gnome online accounts.

Thanks
Pierre-Yves

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


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

2012-07-20 Thread Adam Tauno Williams
On Fri, 2012-07-20 at 19:23 +0200, Pierre-Yves Luyten wrote: 
 Hello, 
 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
 (The goal would be to have some note editor taking advantage of
 evolution features to have online memos.)

There may be access via the D-Bus and an API.

Maybe.

I see a org.gnome.evolution.dataserver.Calendar1 and a
org.gnome.evolution.dataserver.AddressBook1 ... nothing about memos or
tasks, unless they are under Calendar [looking with d-feet].

 I believe i won't find anything yet looking at gnome online accounts.




signature.asc
Description: This is a digitally signed message part
___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers


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

2012-07-20 Thread Matthew Barnes
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


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

2012-07-20 Thread Pierre-Yves Luyten

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

Thanks I will have a look in this direction!, seems a cool way

Pierre-Yves

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