korlibs / korge

KorGE Game Engine. Multiplatform Kotlin Game Engine
https://korge.org/
Other
2.49k stars 122 forks source link

Support for parts of the iCalendar format #665

Open Whathecode opened 4 years ago

Whathecode commented 4 years ago

Would it make sense to support parts of the iCalendar specification in this library?

Specifically, I currently need multiplatform support for iCal's recurrence rules: https://icalendar.org/iCalendar-RFC-5545/3-8-5-3-recurrence-rule.html

Or, is this too much out of scope for this library and that would make more sense in a separate MP Kotlin iCal library?

soywiz commented 4 years ago

If they are standard outside iCalendar, why not. If they are iCalendar specific, maybe we can add a contrib folder or something with iCalendar.kt with extension methods or classes so people can copy to their own projects? Or maybe add an artifact like klock-ext. If someone creates code for that and makes a PR I don't see any problems including it here one way or another