swift-ical
swift-ical copied to clipboard
Generate iCalendar files using Swift
I'm trying to create events with simple recurrence but unsure how to do it. Can an example be added to the readme? Thanks
Add the MPL license header to every file.
Currently, documentation needs to be generated manually by running ```sh jazzy \ --module SwiftIcal \ --swift-build-tool spm \ --build-tool-arguments -Xswiftc,-swift-version,-Xswiftc,5 ``` This should be moved into a GitHub action to...