shapin / calendar
此包已 废弃 并不再维护。未建议替代包。
日历相关工具。
dev-master
2019-07-11 08:23 UTC
Requires
- sabre/vobject: ^4.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.13
- phpunit/phpunit: ^7.4
- symfony/var-dumper: ^4.2
This package is auto-updated.
Last update: 2023-12-27 11:26:39 UTC
README
安装
通过 Composer
$ composer require shapin/calendar
使用
导入 ICS 文件
$calendar = (new ICSImporter())->import('path/to/calendar.ics');
许可证
MIT 许可证(MIT)。请参阅 许可证文件 获取更多信息。