manoj30808 / outlook-calendar-event

Outlook calendar event create with laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel5.4 Event Manage with outlook calendar

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

About

Outlook calendar event create with laravel


Languages

Language:CSS 89.1%Language:JavaScript 7.2%Language:HTML 1.9%Language:PHP 1.9%