Closed (outdated)
Project:
FullCalendar
Version:
7.x-2.x-dev
Component:
Views
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Oct 2011 at 15:08 UTC
Updated:
4 Jun 2025 at 20:10 UTC
Jump to comment: Most recent
Comments
Comment #1
aspilicious commentedThis is a duplicate of
#1275980: Drag & Drop Creation
and
#1305656: Add a legend for events
Comment #2
aspilicious commentedComment #3
aspilicious commentedActive again there is a difference
Comment #4
tim.plunkettThis would be best implemented as a plugin, I'll see if I can't whip one up.
Comment #5
rlnorthcuttJust wondering if there was any headway or a starting place for this. I may have a client who needs this functionality and would love to see it... maybe even help code/test?
Comment #6
tim.plunkettI have code that's partially there, I need some guidance with the real world usage. @rlnorthcutt, ping me in IRC when you can.
Comment #7
tim.plunketthttp://drupal.org/sandbox/tim.plunkett/1459590
See the "FullCalendar Drop List" option in the bottom right, and for now you'll need to add a date field, the nid, and the title field, then rewrite the title field to be
<span class="fullcalendar-drop-list" eid="[nid]" field="field_event_date">[title]</span>. That should work.Still might need a row style or something, but this is painfully close.
Comment #8
tim.plunkettMade a bunch more commits, it no longer needs any magical rewriting, but it might need #1281698: PHP strict warning: Declaration of views_plugins_display_extender::option_definition() does not match its parent class and #1460272: Display extenders are constructed with out access to the view first.
Comment #9
dcam commentedI've volunteered to help clean up the FullCalendar issue queue. As part of that effort I'm closing issues open for unsupported versions of the module as "Closed (outdated)". That includes any Drupal 7-compatible versions because no active maintainer is supporting them.
If this issue is still relevant for version 3.x of FullCalendar, then feel free to re-open it and update the issue version number.