jcabanillas/yii2-ics

ICS yii2 class

Installs: 103

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

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

This package is auto-updated.

Last update: 2024-04-21 21:16:27 UTC


README

Usage for create a new action with download a calendar File

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