I need to add the events listing, essentially what is at /events, to another page on the site (the home page in this case).
I’ve been able to use tribe_get_view(‘list’) to call the includes, but that doesn’t enqueue and of the JS or CSS needed. I’ve dug around and there doesn’t appear to be an easy way to load those resources, or maybe I’m missing something for that?
So my questions are:
1) is it possible to place the event listings on another page or is this a waste of time?
2) how can I easily enqueue the resources needed since tribe_get_view() doesn’t load anything?