Markus Poerschke

Results 18 comments of Markus Poerschke

Ich finde die Idee super. Die größte Hürde mit der Latex-Vorlage zu starten ist sicherlich auch die ganze Bedienung dahinter. Vermutlich würde es helfen Tutorials zu den verschiedenen Tools anzubieten....

I think we need something that can parse content from an ICS file into the corresponding PHP objects. The idea behind this library is to work with PHP objects rather...

@Ydalb having a library to integrate into this project would be nice. I will check how I can integrate that into this library!

Can you show us the minimal working PHP code that is needed to create this ICS output? Which version of this library do you use?

The changes that you suggest makes sense in my opinion. > Is there a reason why the getProperties method is declared private instead of protected? The main reason is, that...

Thanks for your contribution. Especially for the detailed description! 👍🏻 Can you add a new section to the changelog? Then I will merge it.

Hey Giuseppe, thanks for your contribution. There are some problem that needs to be solved before I can merge this pull request: - [ ] The CI-Pipeline is failing. Please...

> `phpmd ./src text rulesets.xml /Volumes/External/Progetti/GiuseppeNucifora/GIT/PHP/iCal/src/Presentation/Factory/EventFactory.php:74 The method getProperties() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10. /Volumes/External/Progetti/GiuseppeNucifora/GIT/PHP/iCal/src/Presentation/Factory/EventFactory.php:74 The method getProperties() has an NPath complexity...

@JorisDebonnet Here you can find a working example ```php