Hi Pat,
Great question! Here’s an example of a snippet that can be used in your theme’s functions.php file to add HTML before the calendar. This specific example is written for the Month View, but you could use it for tribe_is_upcoming as well:
https://gist.github.com/geoffgraham/81479f4ebe4dc6bdbae7
Yo can target the Community Events pages using a similar snippet but using a condition for those specific pages instead:
[php]
if (tribe_is_community_edit_event_page() || tribe_is_community_my_events_page())
[/php]
Will that help you get started? Please let me know. 🙂
Cheers!
Geoff