-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Markdown example needs fixing #12
Comments
Can you also please add an example on how to add a reminder to a specific list. New to ruby here and having trouble. |
@nbar1: This gem is basically unmaintained. You're on your own. |
Happy to review pull requests, but as @troy said, this gem isn't really maintained. Sorry about that. |
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. |
I see, that's very helpful, thank you! |
In second code block of markdown file, should be Need
&
symbol forsession.reminders.first(3).map(&:title)
.The text was updated successfully, but these errors were encountered: