Re: [SOGo] accessing and modifying SOGo calenders from c#/java

2011-08-08 Thread Robin Rüde
Hi, It works now. Than theres an error in ical4j. That's possible. Pffft! It was a long long time ago ... ;-) Try curl for the network stuff, and read how to wrote an event entry for caldav in the RFC - just copy/paste and change the params. Thanks, I already solved it. Using ical4j for

Re: [SOGo] accessing and modifying SOGo calenders from c#/java

2011-08-04 Thread Robin Rüde
Hi, thanks for your answer. Via CalDAV: SERVER/SOGo/dav/user/Calendar/personal Thats what I tried first, using ical4j-connector. But it just showed an empty caldavcollection. Not so good. (I tried it last year ;-) ) When you only want to push new events into calendars, its easier to wrote a

Re: [SOGo] accessing and modifying SOGo calenders from c#/java

2011-08-04 Thread Martin Rabl
Hi, Am 04.08.11 10:34, schrieb Robin Rüde: Via CalDAV: SERVER/SOGo/dav/user/Calendar/personal Thats what I tried first, using ical4j-connector. But it just showed an empty caldavcollection. Than theres an error in ical4j. Not so good. (I tried it last year ;-) ) When you only want to push

[SOGo] accessing and modifying SOGo calenders from c#/java

2011-08-03 Thread rob
Hi, how do you access SOGo calendars from c#? We need it to add calender events to SOGo from a C# program. My approach was to use IKVM to convert the necessary libraries to dlls for C#. but: Using ical4j with ical4j-connector just shows an CalDavStore with an empty CalDavCollection. Using