6 calls to calendar_week_range() in Calendar 5
- calendar_get_nodes in ./
calendar.module - The workhorse function that takes the beginning array of items and alters it to an array of calendar nodes that the theme can handle.
- calendar_get_paths in ./
calendar.module - calendar_nav in ./
calendar.module - Function to construct back and next navigation from views arguments
- calendar_week in ./
calendar.module - Handle a lot of messy week calculations all in one place to make maintenance easier
- calendar_week_year in ./
calendar.module - Find the calendar week number and year for a date.
- _calendar_limit_nodes in ./
calendar.module - A function to adjust node values to slice off times before and after the selected view used for calendars that span days, months, or years since the calendar api automatically creates additional calendars for calendars that extend into another time…