Locate: /wp-content/plugins/the-events-calendar/lib/tribe-ical.class.php
Open tribe.ical.class.php file.
Find the words: echo ‘<div class=”tribe-events-cal-links”>’; by pressing Ctrl + f on your keyboard.
Comment out or delete this on lines 76-79 to remove the Add to Google Calendar and ICAL Export buttons:
//echo ‘+ ‘ . __( ‘Google Calendar’, ‘tribe-events-calendar’ ) . ‘‘;
//echo ‘+ ‘ . __( ‘iCal Export’, ‘tribe-events-calendar’ ) . ‘‘;
Then scroll down to lines 121-123 and comment out or delete this code. This should delete the RHS footer button on your Events Calendar (Month).
//$text = apply_filters( ‘tribe_events_ical_export_text’, __( ‘Export’, ‘tribe-events-calendar’ ) . ‘ ‘ . $modifier );
//$title = __( ‘Use this to share calendar data with Google Calendar, Apple iCal and other compatible apps’, ‘tribe-events-calendar’ );
//$ical = ‘+ ‘ . $text . ‘‘;
Save the file on your FTP program. See if the buttons are removed or not. Hope that helps.