[Mono-list] Evolution-Sharp

2007-03-26 Thread Timothy Parez
Hi,

I've been trying to use evolution-sharp, but I cannot find documentation
or the source code, I looked in the gnome cvs but all I could find where
files like Book.custom and so on.

My problem is the following:

Console.WriteLine(Application Init);
Application.Init ();

Console.WriteLine(Getting the system address book);
Book dbk = Book.NewSystemAddressbook();
 
Console.WriteLine(Opening the system address book);
dbk.Open(true);

Console.WriteLine(Creating a new contact);
Evolution.Contact c = new Evolution.Contact();
c.FullName = Timothy Parez 3;

Console.WriteLine(Adding the new contact);
dbk.AddContact(c);

Console.Write(Done...);
Console.ReadLine();

Application.Run ();

When this code is executed, the contact is actually added to evolution
emmediatly, but the code hangs at dbk.AddContact(c), it doesn't move
beyond that, sometimes it does after an hour or so.

Who can help me with this?

Timothy.


___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Evolution-Sharp (update)

2007-03-26 Thread Timothy Parez
Please note the Application.Run() in my previous message should be
ignored, pasted something wrong :)

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Evolution Sharp

2006-09-25 Thread Peter Hagen
Hi!

can someone tell me where i can find info or api desciptions about evolution 
sharp? I want to create a connection to my own server for the calender and 
todo items

greetings

Peter
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] evolution-sharp

2004-04-28 Thread cesar lopez nataren
On Tue, 2004-04-27 at 09:25 +0200, Michael Zehrer wrote:
 Hi,
 
 Are there any examples or docs about evolution-sharp?

Hello. The build brings doc's stubs for Monodoc.

Another good resource is the source code at
dashboard/backends/EvolutionAddressbookBackend.cs from the dashboard
project (http://nat.org/dashboard/)


Regards.

-- 
cesar lopez nataren [EMAIL PROTECTED]

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] evolution-sharp

2004-04-27 Thread Michael Zehrer
Hi,

Are there any examples or docs about evolution-sharp?

Michael


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil