Post not yet marked as solved
27
Views
I'm using SwiftUI and I'm wanting to display Calendar/Events in a certain frame so that I can have something else displayed beside it. For example, I am wanting to display the weather along with any events that I might have that day.
Post not yet marked as solved
26
Views
I wanted to listen one event by OS when it shifts from power mode to battery (when power goes off / charging cable removed).
Please provide some details around this event.
Post not yet marked as solved
92
Views
Hello All,
It appears I've hit a dead-end in developing a "scheduling" app in terms of utilizing the Date Picker control as a calendar that actually functions like the apple calendar.
It also appears the EventViewController will only display one event versus an array of events???
So in order to list events/reminders in an app, we have to build this out in a table view or stack view???
I'm finding it hard to believe we can't simulate the current calendar display that when you click on a day, it will display that days events/reminders and have the 7 day view on top of it, etc...
Also, I did look at the calendar kit in CocoaPods. I was hoping to build my own using EventKit though.
Lastly, I was going to post a screenshot of this calendar/schedule image from an iPhone 11 simulator but it looks like we can't post screen shots in here???
Post not yet marked as solved
76
Views
Hi,
I am trying to fetch the user's calendar details from iCloud using the server URL (caldav.icloud.com). I tested with few accounts, and I was able get the calendar details successfully using this server URL.
I want to confirm if I can access all calendars using this URL itself or is there any possibility that the server URL can vary ?
Post not yet marked as solved
112
Views
Is there any way that I can integrate apple calendar in my website to add, edit or delete event using api or any sdk in php?
Post not yet marked as solved
106
Views
It seems like reminders which were created from stock Reminder app, when fetched by eventStore.fetchReminder(), have their startDateComponents equal nil.
I have a few reminders as samples which were created in Reminder stock app, they clearly have start time.
But when I fetched and tried debugging, startDateComponents was shown nil
I'm not sure what I did wrong during fetching reminders... Because it seems to work perfectly with reminders added from 3rd party apps... Please help!
Reference: https://stackoverflow.com/questions/66584293/ekreminder-which-was-created-by-stock-reminder-app-has-startdatecomponents-of-ni
Post not yet marked as solved
109
Views
I try to pass some information to Audio Server Plugin via Apple Event, in the event sender application, I tried AEBuildAppleEvent with the plugin's bundleID, the plugin is running correctly, anyway, when I call AESendMessage, it always return -600 which means procNotFound, any idea? and I'm also trying to send to coreaudiod for alternative and check if that could work, but it is a daemon w/o bundleId.
I know there are other ways like socket and shared memory etc can do the job, anyway, if AppleEvent work, it will be pretty neat!
Thanks
S
Post not yet marked as solved
90
Views
Hi there,
In the UI for the native calendar app, when I tap on a meeting in my calendar that's owned by another calendar (i.e. I can't edit it) I see three buttons at the bottom of the popup: Accept, Maybe, and Decline.
Is there a property on EKEvent that I can set to have the same effect as a user tapping one of these buttons? It seems that EKEvent.status is the most likely candidate, but I see that it's readonly.
Post not yet marked as solved
218
Views
I feel like I have noticed that the EventKit Reminders library is lacking in several functionalities- specifically not being able to tell if a reminder is a subtask/has any subtasks and not being able to tell if a reminder is flagged.
Is this an accurate observation or am I missing something?
If this is the case, is there anyway to send feedback to apple about adding these functionalities, or is there any indication that this will be updated in iOS 14?
Post not yet marked as solved
231
Views
I am using Developer Transition Kit (Mac Mini). Just downloaded and installed Big Sur latest beta version (maybe 11.3 beta). When I restarted I only see the login page, but my wired keyboard and mouse did not response.
I tried to restart SMC by shutdown (press button), repluged power after 15sec, waited 5sec and power up Mac mini.
But still the keyboard and mouse did not response.
Need help.
Post not yet marked as solved
226
Views
Hello guys, I have a question regarding scheduling some action to execute at given or specific time.
For example, I am connecting with bluetooth device through my app and now I want to execute a data sending command everyday at 5 pm. Is it anyhow possible to do this without any sort of user interaction? For example, if I use reminder or alarm, it gives you a notification and you have to click on that. But I don't want the user to click on anything, the data will automatically be sent at the time without asking the user. Is it possible?
Looking forward for a solution or a knowledge that I am unaware about.
Best,
Amit Sen
Post not yet marked as solved
764
Views
Hello, I recently updated my mac to Big Sur and I am unable to use Logisim with it. Is there anything I can do to fix this?
Post not yet marked as solved
127
Views
It seems that Apple Notes can connect to IMAP services such as Google. Is that the only way to sync with Notes? We have a notes app and would like to connect directly.
Same with Reminders. Previously access to Reminders was available via iCloud sync but that seems to have stopped. Is it available via EventKit?
Post not yet marked as solved
210
Views
I'm having issues with EventKit.
Before requesting any data from EventKit, I request auth access to reminders and calendar.
In the App Sandbox configuration, I've checked off Reminders.
After requesting access, I call reset() on the EKEventStore I created.
The first time after access is approved, a call to "store.calendars(for: .event)" returns zero results (calls to "store.predicateForEvents" WILL return results).
If I force quit the app and launch it again, I get results for "store.calendars(for: .event)"
What am I missing here?
What's weird is, before all this started happening, everything was working correctly without the store.reset() call - even the calendars were getting returned.
However, I accidentally deleted my App's Target and had to recreate it. Since recreating the build target, I was NOT getting results for "store.predicateForEvents" until I called "store.reset()" after authorization was granted. But I still can't get the calendar list after first launch.
Post not yet marked as solved
148
Views
Hi,
i am looking for information/documentaion about the TimeMachine directory-matadata (attributes) entry:
[EA] timemachine.private.directorycompletiondate
At which time/condition TimeMachine writes down this data?
After backup? After restore? Other?
THX
N-))