Hi,
Using Drupal 7 with Calendar and Date modules.
I would like to make a calendar that shows only Sundays. I need it to make planning easier for "my people".
Can I configure the calendar like that?
-Niels
Sounds simple enough, except that I can't see how to filter on a day in the week.
Seems as if you can only select a certain date or a range of dates etc. but not, say, date('w') = 0 or something.
Comments
Too broad?
No takers? Is the question too broad?
-Niels
Re: Calendar with only Sundays
Since the Calendar is just a view, you should be able to clone that view and then add a filter to only include Sundays.
Sounds simple enough, except
Sounds simple enough, except that I can't see how to filter on a day in the week.
Seems as if you can only select a certain date or a range of dates etc. but not, say, date('w') = 0 or something.