How to use ‘Event Manager Shortcodes’ plugin via the php code? [closed]

In general, you can do any shortcode with do_shortcode() (see codex). But if they have a template function available, its probably best to use that.

 echo do_shortcode('[events_calendar]');

File not found.