So, im using an channel:calendar tag to output a list of entries. Iv hacked it around a little bit to hightlight the whole range days where an entry starts on a date, and expires later.
The docs say, regarding day_path:
“This variable will be replaced by a URL designed to show all entries from the specified day. Typically, the path should be for your main Template that shows your multiple entries”
http://ellislab.com/expressionengine/user-guide/modules/channel/calendar.html#var_day_path
Ok, so…. how do i make that template? I have got to be missing something? Do I use the channel:entries tag? Do I use the channel:calendar tag, and use {entries} ?
Im totally baffled, and dont want to start throwing around URL segments to get it to work when the rest of the time entries work so nicely without having to do that.