Essentially, yes. Things to look at/consider in no particular order:
* You can pull in templates (like the month view) with tribe_get_view()
* Pulling in a template doesn’t guarantee that the supporting resources (Javascript, stylesheets) will be set up so you’d need to take care of this
* You might want to think over duplicate content issues (are you eliminating the main events view at /events/ ?)
* If you want to remove the /events/ slug entirely so it is never used or exposed you will need to think about how you will handle generated links
Beyond that – and any tips from the community you might find on the forum – I’m afraid you’re on your own, but good luck!