Hi,

Thanks for putting this module together, I'm really excited about it.

I went to implement it and followed the instructions exactly but something is going wrong. The calendar appears but with no events listed in it.

I got a hint when I was loading the page and the javascript was loading and I saw all these events loading with the same date - Dec 31 1969 - 7PM. So I think this must be a timezone or date conversion issue? The same nodes are loading fine with the correct dates elsewhere on the site in other views.

Any ideas?

Thanks!

CommentFileSizeAuthor
#2 fullcalendar-932854-2.patch869 bytestim.plunkett
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

notarealperson’s picture

I solved it.

When you're checking for the date_type, you check for datetime and date. My fields' date type was showing up as datestamp. Not sure why, but adding that or condition for datestamp solved it and it works fine.

tim.plunkett’s picture

Title: Debugging tip? » Support datestamp
Status: Active » Needs review
FileSize
869 bytes

Try this patch, please.

tim.plunkett’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.