swift-ical icon indicating copy to clipboard operation
swift-ical copied to clipboard

Generate iCalendar files using Swift

Results 4 swift-ical issues
Sort by recently updated
recently updated
newest added

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...

documentation
good first issue