Issue 1980: Not getting events from google calendar
Status:  Done
Owner: ----
Closed:  Aug 2013
Reported by pablobl...@gmail.com, Aug 26, 2013
I am trying to get events from google calendar following the instructions given by documentation but I always get an issue about same-domain problem.

I tried to solve it by doing a php script which read all file returned by google and feed events with that.

But in that case, I got an error about "cannot read formatdate property of undefinned"..

What is the correct way for reading events from google? can you give me an example of how to set the url?
Aug 26, 2013
#1 pablobl...@gmail.com
This is my example of events:

$('#calendar').fullCalendar({
   		     events: 'www.google.com/calendar/feeds/aristeidhsxr%40gmail.com/public/basic'
  		  });
Aug 28, 2013
Project Member #2 adamrs...@gmail.com
you need an http:// in front of the URL. otherwise, it thinks it's relative to the current page
Status: Done