Is it possible to include the mini widget in a theme, not in the sidebar as a cms widget. Meaning in the php I include mini-calendar-widget.php so I can integrate as part of the page? Thanks in advance.
That is certainly possible. The mini widget can also be a shortcode: PRO Shortcodes . First thing I would do if I were you is setup the shortcode options you need on a test page. Once you have it displaying as you need then I would use the PHP function do_shortcode() to finish the rest.
Does that all make sense? Will that work for you? Please let me know.