Download the PHP package jsvrcek/ics without Composer
On this page you can find all versions of the php package jsvrcek/ics. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package ics
Short Description abstraction layer for creating multi-byte safe RFC 5545 compliant .ics files
License MIT
Homepage https://github.com/jasvrcek/ICS
Informations about the package ics
ICS
Object-oriented php library for creating (and eventually reading) .ics iCal files.
- This project does not yet support all functionality of the .ics format.
Installation
Using composer:
1. Basic Usage
2. Batch Event Provider
The basic usage example will build the complete .ics string in memory and then echo it all at once. This will use a lot of memory for a large calendar. The following example shows how to make CalendarExport::getStream() output each line of the ics file as it is generated, as well as how to set a provider for building the event list of a calendar in batches during export.
Todos
- Jsvrcek\ICS\Model\CalendarTodo
Reference
Credits
- Alex Balhatchet at kaoru implemented CalendarAlarm.
- Thijs Wijnmaalen at thijsw provided inspiration on the batch provider code.
License
The MIT License (MIT)
Copyright (c) 2022 Justin Svrcek
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.