https://github.com/richardtop/calendarapp
📅 Reference implementation of a Calendar App with CalendarKit (template repository)
https://github.com/richardtop/calendarapp
apple calendar calendarkit ios sample sample-app swift tutorial
Last synced: 19 days ago
JSON representation
📅 Reference implementation of a Calendar App with CalendarKit (template repository)
- Host: GitHub
- URL: https://github.com/richardtop/calendarapp
- Owner: richardtop
- License: mit
- Created: 2021-05-09T21:43:18.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-03T12:49:05.000Z (6 months ago)
- Last Synced: 2025-04-04T02:09:50.924Z (28 days ago)
- Topics: apple, calendar, calendarkit, ios, sample, sample-app, swift, tutorial
- Language: Swift
- Homepage: https://www.youtube.com/watch?v=cJ63-_z1qg8
- Size: 71.3 KB
- Stars: 214
- Watchers: 7
- Forks: 62
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

[](https://swiftpackageindex.com/richardtop/CalendarKit)
[](https://www.youtube.com/channel/UCx1gvWpy5zjOd7yZyDwmXEA?sub_confirmation=1)
[](https://twitter.com/richardtop_ios)
[](https://github.com/richardtop)[Richard Topchii on Telegram](https://t.me/richardtop)
# CalendarApp
**CalendarApp** is a template repository serving as a starting point for experiments with [CalendarKit](https://github.com/richardtop/CalendarKit). It's a sample calendar app for iOS built with [CalendarKit](https://github.com/richardtop/CalendarKit) and [EventKit](https://developer.apple.com/documentation/eventkit). It displays events stored in the `EKEventStore` similarly to the default calendar app.
## Tutorials
- [Create iOS Calendar App in Swift with CalendarKit](https://www.youtube.com/watch?v=cJ63-_z1qg8)## Getting Started
To run the app, just clone the repository and open `Calendar.xcodeproj`. If you'd like to edit the code, press "Use this template" to copy this repository to your GitHub account and keep your changes.## Need Help?
If you have a **programming question** about how to use CalendarKit in your application, [Create a new GitHub Issue with the question tag](https://github.com/richardtop/CalendarKit/issues/new?assignees=&labels=question&projects=&template=question.md&title=).[Create a new Issue from template](https://github.com/richardtop/CalendarKit/issues/new/choose) to report a bug or request a new feature.
## Examples
[Video](https://www.youtube.com/watch?v=Fi-Qqp9BaAs)## Requirements
To run CalendarApp, the following minimum requirements apply:
- Xcode 14 (Swift 5.7)
- iOS 14## Contributing
*CalendarApp* is an ongoing project and contributions are welcome. The goal for this project is to be a reference and demonstrate the capabilities of the CalendarKit. The app is inspired by the [iOS / iPadOS Calendar App](https://apps.apple.com/us/app/calendar/id1108185179).
## Author
Richard Topchii
## License
**CalendarApp** is available under the MIT license. See the LICENSE file for more info.