views:

414

answers:

1

Hi Experts, I am looking for examples of share calendar and share event using google calendar API in any programming language java, .net, java script.

Thanks, Aqeel

A: 

I'm not sure how much this will help, but I have an example here using scala with the ical4j library to read a shared/public google calendar:

http://github.com/kevinwright/lsug-website/tree/master/src/main/scala/org/lsug/ical4scala/

Kevin Wright