pixium / yii2-widget-add-to-calendar
Add To Calendar dropdown
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: >=5.6.0
- yiisoft/yii2: ~2.0.14
This package is auto-updated.
Last update: 2025-03-25 10:41:44 UTC
README
Example
Installation
The preferred way to install this extension is through composer
$ composer require pixium/yii2-widget-add-to-calendar:dev-master
or add
"pixium/yii2-widget-add-to-calendar": "dev-master"
to the require section of your composer.json file.
Usage
use pixium\widgets\AddToCalendar;
<?= AddToCalendar::widget([
'label' => '<i class="fas fa-calendar-plus"></i>',
'text' => 'Title Coach',
'classes' => 'btn-success',
'add' => 'xxx@gmail.com',
'start' => 1234567890,
'duration' => 60,
'ctz' => 'Asia/Singapore',
'details' => 'This session has been planned.',
]);
?>
License
The BSD License (BSD). Please see License File for more information.