'rules' => [
'room/<room_id:\d+>/calendar' => 'calendar/view',
'room/<room_id:\d+>/calendar/<month:\d+>/<year:\d+>' => 'calendar/view',
],
Url::to(['calendar/view', 'room_id' => $this->room_id, 'month' => $month, 'year' => $year]);
/room/1/calendar?month=06&year=2017