ansjabar/laravel-azure-calendar
最新稳定版本:0.1.1
Composer 安装命令:
composer require ansjabar/laravel-azure-calendar
包简介
Add events to Azure Calendar using OAauth
README 文档
README
Laravel handler to add events to Azure Calendars.
Installation
Require this package with composer.
$ composer require ansjabar/laravel-azure-calendar
Integration
$ php artisan vendor:publish --provider="AnsJabar\LaravelAzureCalendar\CalendarServiceProvider"
Add AZURE_CLIENT_ID, AZURE_CLIENT_SECRET and 'AZURE_REDIRECT_BACK to your .env file.
Add result of following code to Redirect URL
config('app.url').'/azure-calendar/callback' // http://localhost:8000/azure-calendar/callback
Usasge
(new \AnsJabar\LaravelAzureCalendar\Calendar( $from, \\ Must be instance of Carbon $to, \\ Must be instance of Carbon 'Summary of the event' ))->createEvent();
License
This laravel-teams-logger package is available under the MIT license. See the LICENSE file for more info.
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-11-23