Link to specific week in calendar view

Link to specific week in calendar view

I'm trying to create a custom action to display an event in calendar view, and I'm able to specify the month but on the week view the calendar always opens on the first week of the month. I'm trying to open the calendar week view on the third week of the month making the users click through the arrows searching for the specific event.

Is there a way to make the calendar open on a specific week of the month or specific day via parameter?

Here is an example of the link I'm using to open on the specific month:

/#View:Class_Schedule?viewType=2&calViewType=2&year=2016&month=5

and an example of what I would like to do:

&year=2016&month=5& week=3