Hi,
Not sure how best to explain this but here goes..

I have created a field collection that contains a date (date module) field with a start and end date.. I then created a view that listed the tittle of the node and the start dates of all the field collection entries in individual rows in a table format.. So far so good..

I then tried to make this into a "full calendar" view so the date entries show on a calendar.. The good news is the entries show up on the calendar.. The bad news is they don't link to the right place (the home page) and they don't display the title.. As well as that there is a stream of errors as shown here..

Notice: Undefined index: nid in fullcalendar_prepare_events() (line 163 of C:\wamp\www\nan-2012-01-12\profiles\nan\modules\contrib\fullcalendar\theme\theme.inc).
Notice: Undefined index: nid in fullcalendar_prepare_events() (line 164 of C:\wamp\www\nan-2012-01-12\profiles\nan\modules\contrib\fullcalendar\theme\theme.inc).
Notice: Undefined index: entity keys in entity_extract_ids() (line 7403 of C:\wamp\www\nan-2012-01-12\includes\common.inc).
Notice: Undefined index: entity keys in entity_extract_ids() (line 7404 of C:\wamp\www\nan-2012-01-12\includes\common.inc).
Notice: Undefined index: entity keys in entity_extract_ids() (line 7403 of C:\wamp\www\nan-2012-01-12\includes\common.inc).
Notice: Undefined index: entity keys in entity_extract_ids() (line 7404 of C:\wamp\www\nan-2012-01-12\includes\common.inc).
Notice: Undefined index: nid in fullcalendar_prepare_events() (line 163 of C:\wamp\www\nan-2012-01-12\profiles\nan\modules\contrib\fullcalendar\theme\theme.inc).
Notice: Undefined index: nid in fullcalendar_prepare_events() (line 164 of C:\wamp\www\nan-2012-01-12\profiles\nan\modules\contrib\fullcalendar\theme\theme.inc).
Notice: Undefined index: entity keys in entity_extract_ids() (line 7403 of C:\wamp\www\nan-2012-01-12\includes\common.inc).
Notice: Undefined index: entity keys in entity_extract_ids() (line 7404 of C:\wamp\www\nan-2012-01-12\includes\common.inc).
Notice: Undefined index: entity keys in entity_extract_ids() (line 7403 of C:\wamp\www\nan-2012-01-12\includes\common.inc).
Notice: Undefined index: entity keys in entity_extract_ids() (line 7404 of C:\wamp\www\nan-2012-01-12\includes\common.inc).
Notice: Undefined index: nid in fullcalendar_prepare_events() (line 163 of C:\wamp\www\nan-2012-01-12\profiles\nan\modules\contrib\fullcalendar\theme\theme.inc).
Notice: Undefined index: nid in fullcalendar_prepare_events() (line 164 of C:\wamp\www\nan-2012-01-12\profiles\nan\modules\contrib\fullcalendar\theme\theme.inc).
Notice: Undefined index: entity keys in entity_extract_ids() (line 7403 of C:\wamp\www\nan-2012-01-12\includes\common.inc).
Notice: Undefined index: entity keys in entity_extract_ids() (line 7404 of C:\wamp\www\nan-2012-01-12\includes\common.inc).
Notice: Undefined index: entity keys in entity_extract_ids() (line 7403 of C:\wamp\www\nan-2012-01-12\includes\common.inc).
Notice: Undefined index: entity keys in entity_extract_ids() (line 7404 of C:\wamp\www\nan-2012-01-12\includes\common.inc).

Not sure if this is a bug or me doing something wrong so if anyone has any ideas please let me know..

Thanks..

Comments

jmuzz’s picture

Status: Active » Closed (cannot reproduce)

I tried to duplicate this, but I'm not sure if I have my view set up the same way. I made a relationship on the field collection field and then added the date field inside it. I chose the option to only show the start date but it appeared on the calendar as a bar that spanned the whole duration. There were no errors and clicking on it went to the field collection item.

I'm not sure there is a version of jquery that really works with both fullcalendar and views. I found 1.5 would work, but to use some of the dialogs in views I had to right click and open them in a new tab.

Hope this helps. I'm going to close this because I couldn't reproduce the original issue and the other problems I saw are not related to field collections. Please reopen if the field collection issue remains.