protected function getQuickWeekLink()
 {
     $d = new sfDate();
     return $this->calendar->AbsoluteLink() . "view/" . $d->firstDayOfWeek()->format('Ymd') . "/" . $d->finalDayOfWeek()->format('Ymd');
 }