Markdown example needs fixing
Opened this issue · 7 comments
Riveascore commented
In second code block of markdown file, should be Need &
symbol for session.reminders.first(3).map(&:title)
.
nbar1 commented
Can you also please add an example on how to add a reminder to a specific list. New to ruby here and having trouble.
adammck commented
Happy to review pull requests, but as @troy said, this gem isn't really maintained. Sorry about that.
dmitshur commented
adammck commented
Not to my knowledge, no. This was originally implemented using the internal/undocumented API which the reminders web app on iCloud.com uses. It works, but it would almost certainly be better to use the EventKit framework (via ObjC or Swift), like keith/reminders-cli does.
troy commented
dmitshur commented
I see, that's very helpful, thank you!