Dominik
Dominik
Also just realized that the schema files unnecessarily get opened in read-write mode in Installer.php([416](https://github.com/fruux/sabre-katana/blob/master/lib/Server/Installer.php#L416)), which probably happens [here](https://github.com/hoaproject/File/blob/master/SplFileInfo.php#L69) inside hoa/file. When the same code runs via the CLI installer...
Related to #44. Also some previous research here: https://gist.github.com/SimonSimCity/9950755
Exchange timezones are mapped here: https://github.com/fruux/sabre-vobject/blob/master/lib/timezonedata/exchangezones.php
Similar issue here. When iterating over an inbox (where you don't have control over the messages in there), I am e.g. running into `Uncaught Zend\Mail\Exception\InvalidArgumentException: 'example.org ()' is not a...
Ah, damn. That reminds me that I wanted to automate this. Will trigger a deploy shortly and report back here.
Done.
Will take care of it.
It sadly does not and I didn't get around yet to get the deploy script up and running locally again.
Oh this is great! The old deploy script would have needed quite significant updates to work again. Let me check on setting up the domain for GH pages.
@DeepDiver1975: DNS is now hooked up for this repo/org. But GH UI added the CNAME file to the gh-pages branch when adding the domain, guess that should move into the...