Skip to content

uguranium/yii2-icalender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iCalender Extension for Yii2 PHP Framework

This extension you can take and save any iCalender document to your database.

Latest Stable Version Total Downloads

REQUIREMENTS

Yii2 PHP Framework

DOWNLOAD VIA COMPOSER

composer require uguranyum/yii2-icalender

MIGRATE TO DATABASE

yii migrate --migrationPath=@vendor/uguranyum/yii2-icalender/migration --interactive=0

ABOUT EXTENSION

This extension you can and save any iCalender document to your database. Extension first take iCalender to @vendor/uguranyum/yii2-icalender/temp folder. After update calender information to the database.

Using:

$url        = 'http://ical.mac.com/ical/South32Korean32Holidays.ics';
$icalender  = new iCalender($url);
$icalender->cleanTemp();        //Clean the temp directory.
$icalender->id_calender_main    //Main Calender ID
$icalender->cleanTables();      //Turnicate the iCalender Tables

About

iCalender Extension for yii2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages