jmartinez/yii2-jota-ics

ICS yii2 class

Installs: 1 079

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 1

Open Issues: 0

Type:yii2-extension

1.0.2 2017-02-07 16:57 UTC

This package is not auto-updated.

Last update: 2024-03-25 12:50:25 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();