5
I want to import events from a non-public server-side Google Calendar (PHP) in JSON format.
Since I only want to receive information and do not need to edit/create events I assume there is a way that does not need authentication.
I know it is possible via iCal to download a file with calendar data with syntax: http://www.google.com/calendar/ical/{ID}/public/basic.ics
, and that works in my case.
However I wanted to get the same but in JSON format and via PHP. Any suggestions?
Please could provide a
{ID}
so I can test?– Paulo Roberto Rosa
@Pauloroberto: o link to iCal with a
id
in theurl
according to the syntax described above– Sergio