cgoIT / iCalcreator

iCalcreator is the PHP class package managing iCal calendar information

Home Page:https://kigkonsult.se/iCalcreator/index.php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iCalcreator

is the PHP class package managing

iCal calendar information

supporting
rfc2445 Internet Calendaring and Scheduling Core Object Specification (iCalendar)
rfc5545 Internet Calendaring and Scheduling Core Object Specification (iCalendar)
rfc5870 A Uniform Resource Identifier for Geographic Locations ('geo' URI)
rfc6321 xCal: The XML Format for iCalendar
rfc6868 Parameter Value Encoding in iCalendar and vCard
rfc7529 Non-Gregorian Recurrence Rules in the Internet Calendaring and Scheduling Core Object Specification (iCalendar)
rfc7808 Time Zone Data Distribution Service
rfc7953 Calendar Availability
rfc7986 New Properties for iCalendar
rfc9073 Event Publishing Extensions to iCalendar
rfc9074 VALARM Extensions for iCalendar

operating on calendar and calendar event, todo, journal, freebusy, participant, location, resource, availability and timezone data.


iCalcreator supports systems like

* calendars
* CMS
* project management systems
* other applications...

Please review

  • demo for a short demo
  • releaseNotes for release brief overview,
  • docs/summary and docs/using for details.
Builds

v2.41.49 - v2.42 pre-release

v2.40 - stable PHP8

v2.39 - PHP7

Asserting PHP compability using PHPCompatibility and PHPStan.

Support

For support use github.com/iCalcreator. Non-emergence support issues are, unless sponsored, fixed in due time.

Sponsorship

Donation using paypal.me/kigkonsult are appreciated. For invoice, please e-mail.

Installation

Composer

From the Command Line:

composer require kigkonsult/icalcreator

In your composer.json:

{
    "require": {
        "kigkonsult/icalcreator": ">=2.40"
    }
}
License

iCalcreator is licensed under the LGPLv3 License.

About

iCalcreator is the PHP class package managing iCal calendar information

https://kigkonsult.se/iCalcreator/index.php

License:GNU Lesser General Public License v3.0


Languages

Language:PHP 100.0%