read/create calendar events

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
infantilo
Posts: 12
Joined: Sat Aug 10, 2013 5:16 pm

read/create calendar events

Post by infantilo » Sat Apr 05, 2014 3:09 pm

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!

Klaus
Posts: 14177
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: read/create calendar events

Post by Klaus » Sat Apr 05, 2014 4:49 pm

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

Post Reply