Closed (fixed)
Project:
FullCalendar
Version:
7.x-2.x-dev
Component:
Views
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Sep 2010 at 10:16 UTC
Updated:
25 May 2011 at 14:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
tim.plunkettThis is absolutely essential. I'm trying to create events for January 2011, and not being able to get there directly is a major problem.
Comment #2
tim.plunkett#962474: Add more options to the views interface is both a workaround for this and a separate feature itself. Allows you to specify a date from within the view. I still want to write the argument handler, but this is a step in the right direction.
Comment #3
tedl commentedThanks Tim! This is a great start to making FullCalendar really useful. Off course using the earliest/first date as an argument would be even better but your patch is a good start.
Comment #4
geerlingguy commentedSubscribe. Might be good to wrap this into #971034: Add Option To Load Events Via Ajax. At least, I think the two are very tightly interrelated. Bumping version, too.
Comment #5
tim.plunkettTrying to get a 6.x-1.0 release, new features can wait.
Comment #6
tim.plunkettComment #7
tim.plunkettNot an ideal solution. Requires an ugly URL like
/fullcalendar?year=2011&month=4&day=29.But hey, it's a start!
Comment #8
geerlingguy commentedNot bad... at least it's a readable URL.
Comment #9
tim.plunkettAdding checks for is_numeric(). Better safe than sorry.
Comment #10
tim.plunkettThe patch in #9 breaks multiple views on the same page, since it accidentally re-used the static variable.
I think this patch should go in as is, it's functionality is useful even without the pager (#971034: Add Option To Load Events Via Ajax).
I could see wanting to use deep linking without ajax.
Comment #11
geerlingguy commentedI can confirm that this basic functionality is working fine; of course, having to type in a query string like that is a bit cumbersome.
Comment #12
aspilicious commentedLets commit this
Comment #13
tim.plunketthttp://drupalcode.org/project/fullcalendar.git/commit/f0dd183