Drupal - How to add Calender to Panel Pane

I wanted to add a month view to a panel in Drupal, but when I clicked the pager for the next and prev month it went to a full page and I lost the panel.

Solution

Create a panel (it needs a url like "performance") , add the calendar "page" view into the content and on the panels settings window (pane) click Send arguments and then below that in "override URL" add the url mentioned above (i.e. mycalendar) - save and you are done!

When you click on the navigation links, instead of them referring to calendar/2013-09, they will refer to performance/2013-09 which is your panel.

Panel URL

Pane Settings

Send Arguments