-
[EventKit](https://developer.apple.com/documentation/eventkit ) provides access to the calendar and reminders for macOS.
As a basic MVP, a wrapper around this should handle:
- List calendar entrie…
-
### Project to be claimed
`eventkit`: https://pypi.org/project/eventkit
### Your PyPI username
`gnzsnz`: https://pypi.org/user/gnzsnz
### Reasons for the request
I'm requesting the transfer of th…
-
I have an iOS sample app, which creates events in the calendar for the user.
When I am using the bridge to build the same app for WP, it is giving me the Error: 'EventKit/EventKit.h' not found.
The…
-
I am running iOS 17 beta with XCode 15 beta and i'm getting issues when requesting permissions using this library. Works fine with iOS 16. Seems as if Apple have changed the Calendar permissions API…
-
It should be possible to use `createEventInteractively` and other related methods with write permissions only from iOS 17 up:
https://developer.apple.com/documentation/eventkit/accessing_calendar_usi…
osca updated
5 months ago
-
We are using calendar plugin in our Cordova based hybrid app. We observed more # of crashes occurred due to calendar plugin. We are finding crashes through Xcode Organizer crashes and Crashlytics.
Pl…
-
I have installed the Eventkit on Heroku
Added my Endpoint but I was unable to see data in my Eventkit App.
I have enabled tracking too
-
- **Date:** 2019-10-18
- **Resolution:** Open
- **Area:** EventKit
- **OS:** macOS 10.15
- **Type:** Incorrect/Unexpected Behavior
## Description
I expected all calendars shown in the Calend…
-
#### Description
Summary:
Events that are automatically parsed with the Proactive assistant and added to the Events Found in Mail calendar can not be accessed through EventKit
Steps to Reproduce:
va…
-
The modern way to build app interfaces is Auto Layout based on building constraints connecting views. Let's suppose we have some simple screen with one label at the top and calendar that occupies the …