Hi, sciotomile. The problem is that there are lots of things that need to be loaded in order for our plugin to work correctly.
If this is something you’re set on implementing, the best hack right now is to embed the calendar widget and customize it to add back whatever of the missing stuff you need. It’s possible to use tribe_get_view() and/or another function to pull in the actual fullsize calendar template, but you’ll need to take care of enqueuing all the assets that are required to support that view. (Otherwise, you basically have a non-functional calendar and can’t page forward or anything.) Admittedly, this is a bit outside the scope of support that we can provide here on the forums.
Hope that helps a little. Please let me know if there are any other questions I can answer.