PHP code example of msppack / outlook-calendar
1. Go to this page and download the library: Download msppack/outlook-calendar library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
msppack / outlook-calendar example snippets
return [
// App's client ID. Register the app in Azure AD to get this value.
'client_id' => '',
// App's client secret. Register the app in Azure AD to get this value.
'client_secret' => '',
//Redirect url
'redirect_url' => 'http://localhost:8000/admin/outlook-calendar/login',
];