Hi,
If you want to show another calendar in single tour page, please edit /single-tour.php file in CityTours theme.
In this file you can find following codes
<aside class="col-md-4" <?php if ($is_fixed_sidebar) echo 'id="sidebar"'; ?>>
and
</aside>
You can remove all the codes between those codes and add any shortcode from your plugin.
Then you can show other calendar in tour page.
Regards, C-Themes