|
From: Juergen L. <jue...@gm...> - 2011-01-19 18:44:53
|
Hello, I have written a CALDAV plugin, using libneon. The plugin supports the object types "event", "todo" and "note", but it does NOT support VFREEBUSY entries, yet. The plugin is in a simple shape and certainly requires quite a lot of further development, especially when it comes to - the authentication/authorization, - the SSL verification, - the communication with the CALDAV server in general and - to some other features. The plugin has been tested against the CALDAV server "davical": http://sourceforge.net/projects/davical/ http://debian.mcmillan.net.nz/ I would like to check it in. My login name to the svn tree is "scriptor". Bye, bye Juergen |
|
From: Quentin D. <que...@gm...> - 2011-02-01 19:26:35
|
Did Juergen get any feedback? I am just wondering... On Wednesday 19 January 2011 19:44:13 Juergen Leising wrote: > Hello, > > I have written a CALDAV plugin, using libneon. The plugin > supports the object types "event", "todo" and "note", but > it does NOT support VFREEBUSY entries, yet. > > The plugin is in a simple shape and certainly requires quite > a lot of further development, especially when it comes to > - the authentication/authorization, > - the SSL verification, > - the communication with the CALDAV server in general and > - to some other features. > > The plugin has been tested against the CALDAV server "davical": > > http://sourceforge.net/projects/davical/ > > http://debian.mcmillan.net.nz/ > > I would like to check it in. My login name to the svn tree > is "scriptor". > > Bye, bye > > Juergen > > > > > --------------------------------------------------------------------------- > --- Protect Your Site and Customers from Malware Attacks > Learn about various malware tactics and how to avoid them. Understand > malware threats, the impact they can have on your business, and how you > can protect your company and customers by using code signing. > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > Opensync-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-devel |
|
From: Juergen L. <jue...@gm...> - 2011-02-03 04:05:53
|
On Tue, Feb 01, 2011 at 08:26:30PM +0100, Quentin Denis wrote: > Did Juergen get any feedback? I am just wondering... > No, I didn't. Bye, bye, Juergen |
|
From: deloptes <del...@ya...> - 2011-02-01 23:52:29
|
Quentin Denis wrote: > Did Juergen get any feedback? I am just wondering... I'm not sure |
|
From: Quentin D. <que...@gm...> - 2011-02-04 16:38:35
|
Daniel, could you arrange this, please? Juregen, sorry for the poor management, but I hope will are on the way of improvement! ;) On Wednesday 19 January 2011 19:44:13 Juergen Leising wrote: > Hello, > > I have written a CALDAV plugin, using libneon. The plugin > supports the object types "event", "todo" and "note", but > it does NOT support VFREEBUSY entries, yet. > > The plugin is in a simple shape and certainly requires quite > a lot of further development, especially when it comes to > - the authentication/authorization, > - the SSL verification, > - the communication with the CALDAV server in general and > - to some other features. > > The plugin has been tested against the CALDAV server "davical": > > http://sourceforge.net/projects/davical/ > > http://debian.mcmillan.net.nz/ > > I would like to check it in. My login name to the svn tree > is "scriptor". > > Bye, bye > > Juergen > > > > > --------------------------------------------------------------------------- > --- Protect Your Site and Customers from Malware Attacks > Learn about various malware tactics and how to avoid them. Understand > malware threats, the impact they can have on your business, and how you > can protect your company and customers by using code signing. > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > Opensync-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-devel |
|
From: Daniel G. <go...@b1...> - 2011-02-05 12:44:33
|
On Friday, February 04, 2011 05:38:20 pm Quentin Denis wrote: > Daniel, could you arrange this, please? > Juregen, sorry for the poor management, but I hope will are on the way of > improvement! ;) Sure. Just created caldav repo in OpenSync-SVN: https://svn.opensync.org/plugins/caldav/ Juergen, i added your trac login to this direcotires to gain read-write access. I also set the svn:externals for cmake directory, in case you are using some of the modules. Feel free to drop the svn:externals property if you don't need it. $ svn co https://svn.opensync.org/plugins/caldav/trunk caldav (Hint: if you put me in CC or TO i promise to repsoned a bit faster ;)) Cool, caldav plugin ... something i could also need - which groupware do support caldav? Beside davical? Maybe Horde? Best Regards, Daniel -- Daniel Gollub Linux Consultant & Developer Tel.: +49-160 47 73 970 Mail: go...@b1... B1 Systems GmbH Osterfeldstraße 7 / 85088 Vohburg / http://www.b1-systems.de GF: Ralph Dehner / Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537 |
|
From: Juergen L. <jue...@gm...> - 2011-02-08 21:16:16
|
On Sat, Feb 05, 2011 at 01:44:01PM +0100, Daniel Gollub wrote: (...) > > $ svn co https://svn.opensync.org/plugins/caldav/trunk caldav Done. Thank you. > > > (Hint: if you put me in CC or TO i promise to repsoned a bit faster ;)) Ah, ok. All right. > > Cool, caldav plugin ... something i could also need - which groupware do > support caldav? Beside davical? Maybe Horde? Not yet. Horde has just a webdav interface. However, in theory it should not be too difficult to adjust the plugin to the needs of a webdav only server. Well, of course, I am after a groupware solution. I have been looking for such a setup for years, now. Currently, I prefer a solution that is as simple as possible, accessible via widespread standards, and via different, redundant ways in case of any problems, for which I have absolutely no time in everyday life. So nothing special, nothing proprietary, nothing windows-specific, not too-complicated, written in something I could fix by myself, in case of emergency... Maybe a CALDAV server is such a thing. It would also offer vcards. Not sure about syncml, but a patch is said to be available for davical, if I am not mistaken. Other CALDAV servers are cosmo (chandler project), or bedework. I am not sure about the kolab server used by the horde project. Adding caldav support would not be too much work... Although, it is a bit more complicated, than I have implemented in the caldav plugin. So the plugin is in a very early stage... ;-) And the client side: evolution/evolution-data-server, sunbird/thunderbird, webcal, iCal, iPhone etc. So, maybe, some CALDAV server with or without an LDAP server and a Kerberos server is it? We well see... Bye, bye Juergen |