Google_Calendar_Settings::output()
Creates the output of the settings page
Return Return
(Uncanny_Automatorvoid.)
Source Source
File: src/integrations/google-calendar/settings/settings-google-calendar.php
public function output() { $helper = $this->get_helper(); $client = $helper->get_client(); $authentication_url = $helper->get_authentication_url(); $is_user_connected = $helper->is_user_connected(); $user_info = $helper->get_user_info(); $auth_error = automator_filter_input( 'auth_error' ); $auth_success = automator_filter_input( 'auth_success' ); $disconnect_uri = $helper->get_disconnect_url(); include_once 'view-google-calendar.php'; }
Expand full source code Collapse full source code View on Github