Page 1 of 1

read/create calendar events

Posted: Sat Apr 05, 2014 3:09 pm
by infantilo
Hi,
i'd need to read and write calendar events to my gmail calendar.
I've found some postings relating to this from 2007. Is there today any way to do this with livecode?
Many thanks for reply!

Re: read/create calendar events

Posted: Sat Apr 05, 2014 4:49 pm
by Klaus
Hi infantilo,

this can be done, but not right out of the box.
I'm afraid you will need to get familiar with the REST api that Google uses to "communicate" with their calendars:
https://developers.google.com/google-apps/calendar/
8)

Maybe some other forum member already has done something in this direction.

Best

Klaus