My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 1685: Ipad eventSources not display events
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 aritz.on...@gmail.com, Jan 30, 2013
I´m using fullcalendar.js to display a calendar. To populate the calendar I use the 'eventSources' option:

$('#calendar').fullCalendar({
  eventSources: '/getEvents.php'
}); 

On PC's and Android tablets the events are shown but on Ipad or Iphone the events aren´t rendered. If I populate the calendar with the option 'events' and if I write the events directly they are shown:

events: [
  {
    title: 'A title',
    start: new Date(2013,0,1)
  }
]

How can I see the events in Ipad using eventSources?
Jan 30, 2013
#1 aritz.on...@gmail.com
Solved (the problem was that event start and end attributes were InvalidDate ). I have created the events array defining start and end attributes as a string in ISO8601 format.
Feb 25, 2013
#2 peri...@gmail.com
could you please put the code on the PC because I see the events but not the ipad and iphone, thank you very much
Aug 21, 2013
Project Member #3 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Done
Sign in to add a comment

Powered by Google Project Hosting