Karen,
GREAT work with the calendar views! Still trying to get my hands around the implications. Created event week view with 3 arguments (YYYY/M/D)
When I browse to
myview/2006/6/6
I get a calendar week appear but only the 1 date (6/6) is populated. Similar for event month view. Should I be doing things differently?

Comments

karens’s picture

Obviously this is all still very beta. What happens if you change your page type back to a regular view (like a list) and leave everything else the same. Do you get different results?

karens’s picture

Just looked more closely at your message. You asked for year/week/day and that's what you got, just that one day. If you want the whole week change your view to remove the day argument and stop when you get to the week (2006/6). To see the whole month, leave off the week argument and just use the year and month.

karens’s picture

Also, I see you are using YYYY/MM for a week view when the view is going to expect something like YYYY/W, where W is the week number. I couldn't figure out why you were using the day for a week view, but I think I see now -- you expected it to give you the week that contains that day. That is not the way it was designed, so I need to think through that possibility and see if it can work that way...

dado’s picture

I see. I guess I was thinking I would get a week starting on that date. No need to reengineer things. Now I understand how it works.

1 nice feature would be an argument for number of days of duration. So this would retrieve events starting June 11 2006 through June 14 2006:
2006/6/11/4
Not a critical feature. Thanks again

merlinofchaos’s picture

That feature is more difficult than it sounds, since arguments are independent and don't really know much about each other.

karens’s picture

Status: Active » Closed (works as designed)

I am going to mark this by design since the original item is working as it should. If you want to, go ahead and open a new issue for your feature request, but I'm not sure when I'll get to it. I have several other things that are going to take priority.