jcabanillas/yii2-ics

ICS yii2 类

安装次数: 118

依赖者: 0

建议者: 0

安全性: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

类型:yii2-extension

dev-master 2021-07-21 15:21 UTC

This package is auto-updated.

Last update: 2024-09-21 22:10:07 UTC


README

使用示例:创建一个新的操作以下载日历文件

$ics = new ICS([
                'dtstart' => Timestamp,
                'dtend' => Timestamp,
                'description' => Description,
                'summary' => Title
                ]);
$ics->Download();