Posts

Post not yet marked as solved
1 Replies
393 Views
By using NSWindowCollectionBehaviorCanJoinAllSpaces, I can make NSWindow show up on every already opened space, however, it won't show up on spaces that were added after app launch. How can I display NSWindow on spaces which were added after app launch? For example SideNotes app it can be shown on all spaces, on already opened ones before app launch and ones which were created after app launch.
Posted
by minhnh94.
Last updated
.
Post not yet marked as solved
0 Replies
332 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
Posted
by minhnh94.
Last updated
.