My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 1980: Not getting events from google calendar
1 person starred this issue and may be notified of changes. Back to list
Status:  Done
Owner:  ----
Closed:  Aug 2013


Sign in to add a comment
 
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
Sign in to add a comment

Powered by Google Project Hosting