You are hereDrupal calendar views module - overriding the calendar link path (undocumented!)
Drupal calendar views module - overriding the calendar link path (undocumented!)
Heres a nice piece of undocumented functionality, took a few minutes of running thru the drupal Calendar views module source to figure it out. If you have a views calendar, maybe as a block, your view has the "block" type enabled and all is working great, except the dates in the calendar link to "/calendar". What you need todo is - enable the "Provides Page" option and specify the URL you want the calendar to link to - but dont actually supply a page as it's kinda useless because any arguments that you specify will apply to the calendar and things wont work right - just enter a page URL but dont click the "provides page path" checkbox to enable to page, it just gets carried over as an argument for calendar_get_url() to figure out.
