| Issue 1980: | Not getting events from google calendar | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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 28, 2013
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 |
This is my example of events: $('#calendar').fullCalendar({ events: 'www.google.com/calendar/feeds/aristeidhsxr%40gmail.com/public/basic' });