Closed (fixed)
Project:
Date
Version:
5.x-2.x-dev
Component:
Date API
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jun 2009 at 07:26 UTC
Updated:
15 May 2010 at 15:33 UTC
I have searched high and low for this on D.O forums.
First, I am not using calendar module. I want a very simple full-node view.
I want to display the full-nodes for events that happen for a certain day. My events span multiple days.
The current options in views arguments are from date or to date. If my event starts on 1/06/09 and finishes on 3/06/09 then I want to have it appear on all three pages (mysite.com/myview/20090603, mysite.com/myview/20090602, mysite.com/myview/20090601).
If I choose the "From" argument, it only appears under 20090601. If I choose the "To" argument, it only appears under 20090601.
Thanks for your help.
Comments
Comment #1
fallsemo commentedThis is a similar to a request I posted and I'm interested a solution.
Just using the date module, not calendar, I would like to provide a views argument to display a list of repeated nodes during a particular period: from 6am - 5:59am the next day. However I still want the ability to attach the date browser to page forward from day to day.
Comment #2
Chris Gillis commentedIn case anyone is interested, I have decided to do my own custom callback. Below code is working for me.
Comment #3
arlinsandbulte commentedworkaround provided.
If someone could provide some kind of patch (would also need some ui) that would be great...
Else I am just going to mark as fixed for now.
Comment #4
arlinsandbulte commented