This module is fantastico! It would be even more awesome if we could create a views block of events without a date and then drag/drop them onto the calendar to schedule them.

Thanks!
Ron

Comments

aspilicious’s picture

aspilicious’s picture

Status: Active » Closed (duplicate)
aspilicious’s picture

Status: Closed (duplicate) » Active

Active again there is a difference

tim.plunkett’s picture

Version: 7.x-2.0-alpha7 » 7.x-2.x-dev

This would be best implemented as a plugin, I'll see if I can't whip one up.

rlnorthcutt’s picture

Just 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?

tim.plunkett’s picture

I have code that's partially there, I need some guidance with the real world usage. @rlnorthcutt, ping me in IRC when you can.

tim.plunkett’s picture

Status: Active » Needs review

http://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.

tim.plunkett’s picture