# Sync Bookmark Reminders with your favorite Calendar app

**URL:** https://meta.discourse.org/t/sync-bookmark-reminders-with-your-favorite-calendar-app/144954
**Category:** Announcements
**Tags:** new-feature, bookmarks
**Created:** [March 24, 2020, 8:29pm UTC](https://meta.discourse.org/t/sync-bookmark-reminders-with-your-favorite-calendar-app/144954 "2020-03-24T20:29:03Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [March 24, 2020, 8:29pm UTC](https://meta.discourse.org/t/sync-bookmark-reminders-with-your-favorite-calendar-app/144954/1 "2020-03-24T20:29:03Z")

</div>

We recently merged an experimental feature that goes in hand with the new [Improved Bookmarks with Reminders](https://meta.discourse.org/t/improved-bookmarks-with-reminders/144542).

With it, you can sync your Bookmark Reminders to your calendar application, having it poll for new reminders and be kept up always up to date.

Here is how it looks:

#### Google Calendar

 ![image](https://global.discourse-cdn.com/meta/original/3X/a/3/a34886b51aae03241255ef5e8c5a6eaa12f9195a.png)

### Gnome Calendar

 ![image](https://global.discourse-cdn.com/meta/original/3X/8/1/81c01d16f56284848cb8370252a06001250cb99d.png)

#### MacOS Calendar

 ![03230879d0f0b377585da448a8e86c79bb3fcbb0](https://global.discourse-cdn.com/meta/original/3X/1/a/1ad12ca04d304323f0179dae8739309c9850e789.png)

### Testing

After enabling the new bookmarks, you can point your calendar to

```plaintext
https://example.com/u/USERNAME/bookmarks.ics

```

As of now, this feature requires an Admin generated API Key, so the full URL is:

```plaintext
https://example.com/u/USERNAME/bookmarks.ics?api_user=USERNAME&api_key=thisiskey

```

This is an #experimental feature for now. I want to get it [compatible in User API Keys](https://meta.discourse.org/t/user-api-keys-specification/48536/34) someday.

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [April 30, 2020, 4:42pm UTC](https://meta.discourse.org/t/sync-bookmark-reminders-with-your-favorite-calendar-app/144954/4 "2020-04-30T16:42:25Z")

</div>

> [@Falco](#):
>
> As of now, this feature requires an Admin generated API Key, so the full URL is:

But it can’t work anymore because the API key has to be in the header? And that seems like a hard problem to solve.

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [April 30, 2020, 4:43pm UTC](https://meta.discourse.org/t/sync-bookmark-reminders-with-your-favorite-calendar-app/144954/5 "2020-04-30T16:43:02Z")

</div>

We have a bypass for RSS and ICS feeds. Those still can be used as URL params.

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [April 30, 2020, 4:49pm UTC](https://meta.discourse.org/t/sync-bookmark-reminders-with-your-favorite-calendar-app/144954/6 "2020-04-30T16:49:52Z")

</div>

> [@Falco](#):
>
> We have a bypass for RSS and ICS feeds.

Well of course you do. That’s easier than I thought!

My problem was that in my `curl` test I forgot to `"` the URL and the shell truncated it because of `&`. Ooops.

I confirm that it works with a user api key (not a global one), and am happy that this will be deleted in 30 days. 😉

Thanks for your patience!

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [April 30, 2020, 4:56pm UTC](https://meta.discourse.org/t/sync-bookmark-reminders-with-your-favorite-calendar-app/144954/7 "2020-04-30T16:56:57Z")

</div>

> [@pfaffman](#):
>
> I confirm that it works with a user api key (not a global one), and am happy that this will be deleted in 30 days. 😉

That is a “API Key” that is restricted to a single user, and not a “User API Key”, just so we don’t make stuff more confusing 😛

We plan on making “User API Keys” be usable for this per [User API keys specification - #34 by Falco](https://meta.discourse.org/t/user-api-keys-specification/48536/34)

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [December 1, 2023, 12:45pm UTC](https://meta.discourse.org/t/sync-bookmark-reminders-with-your-favorite-calendar-app/144954/8 "2023-12-01T12:45:21Z")

</div>


