topdocode/ecal-calendar-php
Composer 安装命令:
composer require topdocode/ecal-calendar-php
包简介
Hi this library for you want to sync data to google Calendar, iCloud Calendar, Outlook, Office and other calendars by using Ecal Calendar. It can also be used as booking appoitment
README 文档
README
this package for you using ecal calendar
#how to install
composer require topdocode/ecal-calendar-php
Example to use
Calendar
- getCalendar($filter=[],$id=null)
- createCalendar($data)
- updateCalendar($data=[], $id)
- deleteCalendar($id)
Event
- getEvent($filter=[],$id=null)
- createEvent($data)
- updateEvent($data=[], $id)
- deleteEvent($id)
Servie Example
use Topdocode\EcalCalendar\EcalCalendar
$ecalService = new EcalService($apiKey, $apiSecret)
$ecalService->getCalendar();
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-04-05