hello there, i have some issues : i can’t get the correct dueDate when i retireve some specific reminders
all these reminders are synchronized from Microsoft To-Do,here’s the process:
- i logged in my outlook account through ’ settings → reminders → accounts’ , as i need to synchronize reminders between microsoft todo and ios reminders
- create a task in microsoft todo, in there i set the due date as ‘2021-04-01’ and alarm as ‘2021-03-30 18:00:00’,then this task automatically synchronize to my ios reminder
- open my ios reminder, there will be a new item with ’ Date 2021-03-30 & Time 18:00’
- in scirptable, use CalendarEvent.between to get this item, log its dueDate, it’s ‘2021-04-1’
i guess the CalendarEvent object has some hidden properties, like ‘alarmTime’?
is there? and if it is true, how can i get those properties?