swapneal-dev/laravel-google-calendar-oauth2
Composer 安装命令:
composer require swapneal-dev/laravel-google-calendar-oauth2
包简介
Manage events on a Google Calendar
README 文档
README
This package is forked from spatie's calendar package with extended oauth support.
Installation
Install using composer
composer require swapneal-dev/laravel-google-calendar-oauth2
You must publish the configuration with this command:
php artisan vendor:publish --provider="Spatie\GoogleCalendar\GoogleCalendarServiceProvider"
- Setup oauth config in
google-calendar.php - Run migration
- add your access key to
google_access_tokencolumn in users table. - add calendar id to
google_calender_idcolumn in users table. - add trait to user model
Spatie\GoogleCalendar\traits\HasGoogleToken
I have created an example project for google calender implementation of this package.
https://github.com/swapneal-dev/google-calender-and-contacts
Now you are good to go.
统计信息
- 总下载量: 75
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-10-26