Reworked ics handling by using sabre vobject
This results in more clean ics files, which for example respect spaces which occur directly after a internal line break.
This commit is contained in:
parent
7c30f8956e
commit
b3a4836a10
10 changed files with 204 additions and 780 deletions
|
@ -38,7 +38,7 @@
|
|||
"doctrine/doctrine-migrations-bundle": "dev-master",
|
||||
"jbroadway/urlify" : "~1.0",
|
||||
"enko/relativedateparser" : "0.5",
|
||||
"sabre/dav" : "~2.0"
|
||||
"sabre/vobject": "^4.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"sensio/generator-bundle": "~2.3"
|
||||
|
|
Reference in a new issue