Hi,

When I created several events for fullcalendar, I realized that only the first one is showing.
The exact same thing happens with 6.x-2.0-alpha2 and 6.x-2.x-dev (Dec-31). By the way, I'm using Views 6.x-3.0

I created some screenshots that I think describe the problem (and provide some clues):

-The query created by Views is ok. Screenshot of query executed on phpmyadmin.
-I choose to not sort the query results in Views --> only the event with the lowest nid is shown.
-I choose to sort the results by date (ascending) --> only the first occurring event (enero/january) is shown.
-I choose to sort the results by date (descending) --> only the last occurring event (abril/april) is shown.

I guess there's some array/foreach/... related problem with Views3
Anyway, it seems strange to me that I'm the only one reporting this...

edit: these attachments can't load. Reattached on #2

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tim.plunkett’s picture

Status: Active » Postponed (maintainer needs more info)

Your screenshots are unclickable, maybe because of the filenames?

http://drupal.org/files/FireShot%20Screen%20Capture%20#008 - 'aikimedia_net_8443 _ localhost _ aikimediadb _ drupal_node I phpMyAdmin 2_8_2_4' - aikimedia_net_8443_domains_databases_phpMyAdmin_index_php.png

akaita’s picture

I didn't expect that.
It seems like I can't edit the attachments on the first post, so I reattach them here

bomarmonk’s picture

For repeating events, I too only get the first event on the calendar (with views 3). Regular Calendar module is working as expected with repeating events.

bomarmonk’s picture

#28 in this thread fixed my problem; the patch worked: http://drupal.org/node/1076576

akaita’s picture

Just to clarify: my problem is with "single" events.
I mean, I don't need nor use any repeating event.

For now, I'm stuck with Calendar module, but I'd really like FullCalendar to work.
Of course, I'll be really responsive about any petition (give info, try this or that,...) from the developer team.

akaita’s picture

By the way, I've been trying again, and this also happens:
When I "choose node-->changed" as date field, fullcalendar shows every event.
When I "choose content-->date_field", only the first event.

John Yates’s picture

I can create a simple view, filtered on content type--in my case "events" with fields "Node:Title" and "Content: Date and time (field_date_time) - From date". With a default display, I get a list of all my nodes of the content-type "events" - showing title and date -- so views seems to be working fine.

When I create a Fullcalendar display for this view using "Style:FullCalendar" and "Row style: Fields (fullcalendar)" the full view no longer renders--only the first item is displayed on the calendar.

However, if I add the field "Node: Post date", all the events render on the calendar--but they appear on the posting date rather than the event date. Somehow it doesn't like the CCK Date fields.

Here is the query:
SELECT node.title AS node_title,
node.nid AS nid,
node.type AS node_type,
node.vid AS node_vid
FROM node node
WHERE node.type in ('event')

Views 6.x-3.0, Date 6.x-2.8, FullCalendar 6.x-2.0-alpha2, jQuery Update 6.x-2.0-alpha1, jQuery UI 6.x-1.5

akaita’s picture

I can see that the status of this issue was changed to "postponed (maintainer needs more info)".

I'm completely available to get the maintainer any info.
Just name it.

tim.plunkett’s picture

@akaita, #4 indicates that #1076576-28: Support Date Repeat API in FullCalendar 7.x solves this problem, can you test that patch?

akaita’s picture

You were wright!

Just to clarify, my problem didn't involve Repeating Event. All my event are single events (each one occurs only one time).
So, I guess I didn't try that patch.
Anyway, it fixes my problem.

Right now, you can see it working in http://www.aikimedia.net/fullcalendar , and it will make it's way to the front page in no time.

Thanks a lot!

tim.plunkett’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)

I just committed the other issue, marking this as duplicate.

Thanks akaita, for helping test that!

tim.plunkett’s picture

Issue summary: View changes

reattached screenshots in #2