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

pkg:composer/pixium/yii2-widget-add-to-calendar

1.0.1 2020-09-29 15:36 UTC

This package is auto-updated.

Last update: 2025-12-25 12:17:30 UTC


README

Example

Screenshot

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.

www.pixiumdigital.com