jmartinez / yii2-jota-ics

ICS yii2 类

安装次数: 1,158

依赖项: 0

建议者: 0

安全性: 0

星标: 2

关注者: 1

分支: 2

开放性问题: 0

类型:yii2-extension

1.0.2 2017-02-07 16:57 UTC

This package is not auto-updated.

Last update: 2024-09-23 15:15:35 UTC


README

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

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