If you have your own Google Calendar app that you want to use for a sync of your agent schedule, you can enable that option by returning TRUE for the following filter: latepoint_google_calendar_show_self_hosted_settings
Here is an example of how you would add it to your theme’s functions.php file:
add_filter('latepoint_google_calendar_show_self_hosted_settings
', '__return_true');