Google Calendar API Sharing Example

I am looking for examples of calendar sharing and event sharing using the Google calendar API in any programming language java, .net, java script.

Thanks Aqeel

+3
source share
1 answer

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

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

0
source

Source: https://habr.com/ru/post/1727507/


All Articles