JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbrhome/stradeinfotech.in/hrm.stradeinfotech.in/config/google-calendar.php000064400000002402150364314620022302 0ustar00 env('GOOGLE_CALENDAR_AUTH_PROFILE', 'service_account'), 'auth_profiles' => [ /* * Authenticate using a service account. */ 'service_account' => [ /* * Path to the json file containing the credentials. */ 'credentials_json' => storage_path('googlecalender/service-account-credentials.json'), ], /* * Authenticate with actual google user account. */ 'oauth' => [ /* * Path to the json file containing the oauth2 credentials. */ 'credentials_json' => storage_path('app/google-calendar/oauth-credentials.json'), /* * Path to the json file containing the oauth2 token. */ 'token_json' => storage_path('app/google-calendar/oauth-token.json'), ], ], /* * The id of the Google Calendar that will be used by default. */ 'calendar_id' => '6deedaa7d0b41fe0645701afe8a8c272b8adf6be9097d40fc27db2ef7a4827fe@group.calendar.google.com', /* * The email address of the user account to impersonate. */ 'user_to_impersonate' => env('GOOGLE_CALENDAR_IMPERSONATE'), ];