股票提醒应用程序创建的 EKReminder 具有 nil 值的 startDateComponents

EKReminder which was created by stock Reminder app has startDateComponents of nil value

似乎是从股票提醒应用创建的提醒,当被 eventStore.fetchReminder() 获取时,它们的 startDateComponents 等于零。 我在下面有这些示例提醒:

但是当我获取并尝试调试时,startDateComponents 显示为 nil

我不确定在获取提醒时我做错了什么...因为它似乎与从第 3 方应用程序添加的提醒完美配合...请帮忙!

以下是作为回复总结的评论: 提醒一下,startDateComponents 属性不一定填满。至少,iOS 提醒应用不会这样做。

可以为提醒输入的日期在 dueDateComponents 属性 中结束。