Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #16990
| From | tinnews@isbd.co.uk |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Documentation for python-evolution - where? |
| Date | 2011-12-11 22:28 +0000 |
| Message-ID | <3dnfr8-h6a.ln1@chris.zbmc.eu> (permalink) |
I'm trying to use the python evolution (as in Gnome Evolution) module
but I can't find any documetation beyond the odd trivial example and
the API documentation at http://doc.conduit-project.org/evolution-python/
(or similar places presumably).
The trouble with the API documentation is that it tells me that
evolution.ebook has three functions:-
get_self_contact(...)
list_addressbooks(...)
open_addressbook(...)
but then there is no documentation at all that I can find which tells
me what the functions return and the functions/methods that can be
called on the returned data.
I know that open_addressbook() returns an address book (surprise!) but
then, except for what I can glean from the examples I can find, there
doesn't seem to any documentation on what methods I can call on the
returned address book to extract data from it.
Can anyone point me at anything with a bit of detail about the
evolution module?
--
Chris Green
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Documentation for python-evolution - where? tinnews@isbd.co.uk - 2011-12-11 22:28 +0000
Re: Documentation for python-evolution - where? Chris Angelico <rosuav@gmail.com> - 2011-12-12 12:13 +1100
Re: Documentation for python-evolution - where? tinnews@isbd.co.uk - 2011-12-12 16:40 +0000
Re: Documentation for python-evolution - where? Chris Angelico <rosuav@gmail.com> - 2011-12-13 07:49 +1100
csiph-web