Using Drupal Calendar Module to Display Events in a Calendar Format

I have a potential project coming up, and a big part of it will be posting and display upcoming events to potential clientele. Up until now, every time I've created a list of events in Drupal, it has been just that: a list (generated by Views, based on an Event content type I created).

However, there are times when a traditional Calendar display is going to be desired/needed.

To that end, I came across this great-looking Drupal module: Calendar

Based on my initial reading, it looks like it literally adds a Calendar display template to Views, that you then use to generate a Views Page that looks like a monthly calendar page. Brilliant! Can't wait to try it out. Will update this post with thoughts and considerations upon actually using the module.