urishiraval / obsidian-apple-reminders-plugin

A plugin to attempt to bring Apple Reminders into Obsidian.
GNU General Public License v3.0
149 stars 14 forks source link

Doesn't work #11

Closed DesignDan42 closed 2 years ago

DesignDan42 commented 2 years ago

Such an useful plugin, but ut doesn't work. The tasks from reminders are not being pulled.

What does "Enable Apple Reminders in Third-Party Plugins" mean? In Obsidian, or in "security & privacy" Settings on the mac?

Cheers

jscottee commented 2 years ago

I know, this would be groundbreaking for me if it worked!

To your question—I think the author meant enabling "Apple Reminders" in Obsidian's "Community Plugins" tab. Still didn't work for me, though.

Side note: in the Mac Preferences "Security & Privacy" section, I did not find any options to enable Obsidian for elevated privileges. I tried granting Obsidian full disk access just in case, but it still wouldn't pull data from the Reminders app.

(Using macOS 12.5.1, and Reminders v7.0.)

urishiraval commented 2 years ago

@DesignDan42 and @jscottee Please update the plugin and try again.

Do let me know if there are still issues

jscottee commented 2 years ago

Just updated and followed the example code as given in the README:

'''reminders list: Reminders ''' (using backticks ` instead of straight single quotes '.)

I have a few uncompleted reminders in this list, but the Obsidian note stays empty.

happytk commented 2 years ago

Context name should be "apple-reminders" not "reminders".

https://github.com/urishiraval/obsidian-apple-reminders-plugin/blob/3bbdea125afe29e9623165503390dd55158d69e1/src/main.ts#L48

I wrote like below and it works! (delete space between backtick charaters for real)

` ``apple-reminders
list: Work
` ``
urishiraval commented 2 years ago

@happytk you are a lifesaver!

@jscottee If that was indeed the issue can I close this bug out?

I will update the documentation now and close this with the PR.

DesignDan42 commented 2 years ago

It works which is amazing!!! But it looks awful, and I cannot change the CSS to look properly…

Does it look like this for you guys as well?

Cheers! Dan

On 22 Sep 2022, at 02:30, Rishi @.***> wrote:

@happytk https://github.com/happytk you are a lifesaver!

If that was indeed the issue can I close this bug out?

I will update the documentation now and close this with the PR.

— Reply to this email directly, view it on GitHub https://github.com/urishiraval/obsidian-apple-reminders-plugin/issues/11#issuecomment-1254397058, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2YRMGBDFSQF5VISWIBZ32TV7OZEHANCNFSM57ZR77CA. You are receiving this because you were mentioned.

urishiraval commented 2 years ago

Could you attach a screenshot?

DesignDan42 commented 2 years ago

Sure! Here you go:

Cheers Dan

On 22 Sep 2022, at 21:19, Rishi @.***> wrote:

Could you attach a screenshot?

— Reply to this email directly, view it on GitHub https://github.com/urishiraval/obsidian-apple-reminders-plugin/issues/11#issuecomment-1255506545, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2YRMGHQTDGDZQGVZWDDAYDV7S5NDANCNFSM57ZR77CA. You are receiving this because you were mentioned.

Calorion commented 2 years ago
```apple-reminders
list: List Name
urishiraval commented 2 years ago

Will continue this in the other issue you created