I have a week type calendar view. It currently displays form SUN to SAT of the current week.
But I need to display it starting from current date to current date + 7 days
How can I achieve this?. I am using Calendar Module and created a view using it.
My view is displayed only if I add a contextual filter. With default value as current date
. This adds a filter criteria from dates starting from the start of the week and end of the week.