msppack / outlook-calendar
There is no license information available for the latest version (1.0.1) of this package.
calendar
Package info
github.com/manoj30808/outlook-calendar-event
Language:CSS
pkg:composer/msppack/outlook-calendar
1.0.1
2017-07-10 13:14 UTC
Requires
- php: ^7.0
This package is not auto-updated.
Last update: 2026-03-07 04:31:52 UTC
README
1) composer require msppack/outlook-calendar
2) Add service provider in config/app.php
MspPack\OutLookCalendar\OutLookCalendarServiceProvider::class,
3) php artisan vendor:publish
4) php artisan migrate
This will publish file called laravel-outlook-calendar.php in your config-directory with this contents:
<?php 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', ];
Now go to ==> http://<YOUR DOMAIN>/admin/outlook-calendar