Questions tagged [ekreminder]

7 questions
6
votes
1 answer

How to get assignment of a reminder (EKReminder) in iOS?

[Update: I submitted an official Apple Developer feedback request for an update to the EventKit API and documentation] [Update: I contacted Apple Support and they said to read the docs...so I think Matt is correct, It is simply not…
jessi
  • 1,438
  • 1
  • 23
  • 36
1
vote
1 answer

How can I access reminders in a list in a Apple Reminders App programmatically

I would like to create a NSPredicate that can access reminders in a particular named list of a Reminders App. The Reminders App has the ability to create reminders in named lists. The EKReminder class (or EKCalendar that it inherits from) described…
Syed Tariq
  • 2,878
  • 3
  • 27
  • 37
1
vote
2 answers

EKReminder with RecurrenceRules

I was work on fetching reminder, I have no problem fetching title, last modified date, notes, etc but I only have problem is recurrenceRules. Here my code: print(get_reminder_detail.recurrenceRules) And when I ran the app, it…
user12616082
1
vote
1 answer

Create a Reminder List which can hold your reminders in the Reminders App that you create from my App

So I have an app where a reminder is created and added to the Reminder App on your iPhone. But in the Reminders App they have different List or categories. I want to create my own category for my app. And then I want to add reminders to that…
Bhavin p
  • 98
  • 10
0
votes
1 answer

Add Reminder List programmatically

I'm building an application that interacts with the macOS Reminder App. I'm trying to create a new Reminder list into which I later can import reminders. This is what I have so far: func setCalendar(_ type: EKEntityType) { let eventStore =…
Christian Seiler
  • 1,130
  • 1
  • 13
  • 29
0
votes
1 answer

Getting wrong date while add event in iPhone Reminder app from my application

I am adding an event with NSDate value “2017-04-25 15:00:00 +0000” As per my timezone, it’s 2017-04-25 08:40 PM. I am getting NSDate value from a function. NSString *strDateTime = @"Tuesday, 25 Apr 2017 08:30 PM"; NSDateFormatter *formatterLocal…
kb920
  • 3,039
  • 2
  • 33
  • 44
-5
votes
1 answer

How do I refresh recurring reminders in iOS Reminders App when they stop reminding so that they begin reminding again?

I noticed that in iOS Reminders, when I don't respond to recurring reminders, they stop firing when they are supposed to. The count of those reminders show as red badges on the Reminders icon, and in the Reminders app, the dates show up as…
daniel
  • 1,446
  • 3
  • 29
  • 65