On Thu, 2004-05-27 at 11:39 -0500, Ron Johnson wrote: > On Thu, 2004-05-27 at 19:02 +0800, Not Zed wrote: > > > > Sounds like a great contributory project. Use evolution-data-server > > api's, which can be used without evolution running, to achieve this. > > > > Via code you can access all the information you need to achieve this > > via cron. Python would be an ideal language for it too (well, if it > > rocks your boat). > > Is there a python (or perl or php) module that can access > evolution-data-server? Or is that the tool that doesn't yet > exist? > there is only a C API, so either use that directly or write some python bindings :-) If you prefer the bindings way, you can have a look at the gnome-python project, which has a way to almost-automatically create the bindings.
cheers _______________________________________________ evolution maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution
