Previously I’ve made a connection to Evernote and display list of all notes. Nice. But the project is about managing reminders, so let’s go to work!
Receiving reminders
First of all, I want to display only notes with reminders. It could be done using `NoteFilter`. It’s enough to add just one line:
`$nFilter->words = “reminderTime:* -reminderDoneTime:*”;`
Continue reading
Recent Comments