cgoit / contao-calendar-ical-php8-bundle
5.3.5
2024-09-06 10:49 UTC
Requires
- php: ^8.1 || ^8.2
- contao/calendar-bundle: ^4.13 || ^5.3
- contao/core-bundle: ^4.13 || ^5.3
- doctrine/dbal: ^3.3
- kigkonsult/icalcreator: ~2
- symfony/config: ^5.4 || ^6.0
- symfony/dependency-injection: ^5.4 || ^6.0
- symfony/event-dispatcher: ^5.4 || ^6.0
- symfony/http-foundation: ^5.4 || ^6.0
- symfony/http-kernel: ^5.4 || ^6.0
- symfony/security-csrf: ^5.4 || ^6.0
Requires (Dev)
- contao/manager-plugin: ^2.0
- phpunit/phpunit: ^10.3
- terminal42/contao-build-tools: dev-main
Suggests
- cgoit/calendar-extended-bundle: to handle recurring and recurring exception dates
Conflicts
- contao/manager-plugin: <2.0 || >=3.0
- dev-main
- 5.3.5
- 5.3.4
- 5.3.3
- 5.3.2
- 5.3.1
- 5.3.0
- 5.2.5
- 5.2.4
- 5.2.3
- 5.2.2
- 5.2.1
- 5.2.0
- 5.1.3
- 5.1.2
- 5.1.1
- 5.1.0
- 5.0.2
- 5.0.1
- 5.0.0
- 4.5.1
- 4.5.0
- 4.4.10
- 4.4.9
- 4.4.8
- 4.4.7
- 4.4.6
- 4.4.5
- 4.4.4
- 4.4.3
- 4.4.2
- 4.4.1
- 4.4.0
- 4.3.4
- 4.3.3
- 4.3.2
- 4.3.1
- 4.3.0
- 4.2.0
- 4.1.0
- 4.0.6
- 4.0.5
- 4.0.4
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- dev-release-please--branches--main--components--cgoit/contao-calendar-ical-bundle
- dev-dev-4.x
This package is auto-updated.
Last update: 2024-09-06 10:49:24 UTC
README
Contao 4和Contao 5日历iCal Bundle
iCal支持Contao OpenSource CMS的日历。从https://github.com/Craffft/contao-calendar-ical-bundle分支而来。支持PHP-8。
安装
步骤1:下载Bundle
打开命令行,进入您的项目目录并执行以下命令以下载此bundle的最新稳定版本
$ composer require cgoit/contao-calendar-ical-bundle
此命令要求您已全局安装Composer,请参阅Composer文档中的安装章节。
Contao 5支持
从本bundle的版本5开始支持Contao 5。在这个版本中,许多内容已被重构,许多类已被拆分或移动。因此,有相当高的可能性某些功能尚未完全正常工作。因此,我建议所有Contao 4用户仔细检查版本5是否按照预期工作。或者,版本4可以继续用于Contao 4。
重要
如果您已通过为$GLOBALS['calendar_ical']['endDateTimeDifferenceInDays']
设置值覆盖了localconfig.php
中的默认开始和结束日期之间的差异,您现在必须将此值放入您的config.yml
中。
cgoit_contao_calendar_ical:
end_date_time_difference_in_days: 365