Re: persistent get url question

2009-03-26 Thread Timboy
I figured it out. I passed the requested calendars to my template and used a forloop to pass them as a get request to the URL. On Mar 26, 4:23 pm, Timboy wrote: > I've created a calendar view and users can select multiple calendars > with checkboxes. It passes this: ? > calendars=CALNAME&calenda

persistent get url question

2009-03-26 Thread Timboy
I've created a calendar view and users can select multiple calendars with checkboxes. It passes this: ? calendars=CALNAME&calendars=CALNAME2&calendars=CALNAME2 to the url and returns the proper events but when I change months it goes back to the default calendar... how can I make the selected cal