Hello, Can you please guide how to use calendar server to implement CalDAV (for creating events) with Groovy on Grails. Looking forward to your reply. Thank you -Preeti
On Sep 17, 2012, at 5:05 AM, Preeti Juneja <juneja_preeti@rocketmail.com> wrote:
Hello,
Can you please guide how to use calendar server to implement CalDAV (for creating events) with Groovy on Grails.
Looking forward to your reply.
There is a Java library for doing CalDAV, http://code.google.com/p/caldav4j/. I have never used Groovy but I understand that it can call into Java code. -glyph
Le 2012-09-17 à 13:28, Glyph <glyph@twistedmatrix.com> a écrit :
On Sep 17, 2012, at 5:05 AM, Preeti Juneja <juneja_preeti@rocketmail.com> wrote:
Hello,
Can you please guide how to use calendar server to implement CalDAV (for creating events) with Groovy on Grails.
Looking forward to your reply.
There is a Java library for doing CalDAV, http://code.google.com/p/caldav4j/. I have never used Groovy but I understand that it can call into Java code.
You can also look at ical4j-connector (disclaimer: I contribute to this project): http://wiki.modularity.net.au/ical4j/index.php?title=Connector
participants (3)
-
Glyph
-
Pascal Robert
-
Preeti Juneja