I was having problems getting certain date fields to produce results in my calendar view when using views 3. I noticed that even though my query returned results and the results variable in the $view object contained data, that data was not being displayed on the calendar. Turns out if the field name's length is too long then views3 will truncate the alias, and calendar is not accommodating for that correctly.

Attached is a patch from this issue related to the d7 version of calendar.

CommentFileSizeAuthor
#1 calendar-6.x-2.4-truncate-alias.patch1.94 KBterbs
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

terbs’s picture

bobmarchman’s picture

Confirming. I was experiencing the same issue. Applied this patch and now my events are showing.

Encarte’s picture

Version: 6.x-2.4 » 6.x-2.x-dev
Status: Active » Needs work

I think patches should be against the latest dev, right?

TajinderSingh’s picture

#1 worked

apaderno’s picture

Issue summary: View changes
Status: Needs work » Closed (outdated)

I am closing this issue, since it's for a Drupal version no longer supported.