Posted by mikeryan on April 3, 2004 at 10:23pm
| Project: | Event |
| Version: | 5.x-2.x-dev |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
It'd be nice if users with the privilege to create events could click a date in the calendar and get the event creation form, with that date preselected.
Comments
#1
Hmm, does this make sense usability wise? Wouldn't you expect to get a list of events on that day? I think I should mark this as "undesirable" or "won't fix".
#2
Maybe something like the SunONE calendar, with a '+' symbol on each day for event addition. Screenshot attached.
#3
Done as shown in the screenshot, I think this would be a great benefit.
+1.
#4
The feature looks interesting. I'll accept patches for it. :)
#5
Included in the reoccuring event patch I submitted is this feature. See http://drupal.org/node/view/4122
-Darrian
#6
Attached is a small patch for just this feature.
You will also need to modify event.css:
remove:
.event-calendar div.day {}
add:
.event-calendar div.day span.this {} /* for the number */
.event-calendar div.day span.addevent {} /* for the + sign to add events */
#7
This topic this closed because of the time without answers
#8
This shouldn't have been closed. There was a patch, it just needs review. I doubt it still applies, but it's still a good idea. ;)
#9
A patch at #145205: Add 'all day' flag to dates that claims to fix this while adding an All Day Event feature as well.
--- Sorry, I was bouncing from Date Issue Queue to here and neglected to notice the project change. This is not applicable to the Event module.