pixium/yii2-widget-add-to-calendar

Add To Calendar dropdown

1.0.1 2020-09-29 15:36 UTC

This package is auto-updated.

Last update: 2024-05-25 08:35:22 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