Skip to content

Commit

Permalink
add Google Calendar shortlinks
Browse files Browse the repository at this point in the history
Introducing `/calendar`, `/c`, and `/private-calendar`!
  • Loading branch information
EthanThatOneKid committed Sep 5, 2023
1 parent 80ce04b commit 3d14b0f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/lib/public/links/links.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,8 @@
"d": "/discord",
"lc-dailies-prod": "https://lc-dailies.deno.dev",
"lc-dailies-handbook": "/github/lc-dailies/blob/main/docs/HANDBOOK.md",
"csroadmap": "https://docs.google.com/presentation/d/1E34DCHJoSwcvOLy0w3HBRjkiNravJ-TYsbponEp_OUA/edit?usp=sharing"
"csroadmap": "https://docs.google.com/presentation/d/1E34DCHJoSwcvOLy0w3HBRjkiNravJ-TYsbponEp_OUA/edit?usp=sharing",
"calendar": "https://calendar.google.com/calendar/u/0?cid=NzM4bG5pdDYzY3IybGhwN2p0ZHV2ajBjOWdAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ",
"c": "/calendar",
"private-calendar": "/calendar?cid=YWNtY3N1ZnVsbGVydG9uQGdtYWlsLmNvbQ"
}

0 comments on commit 3d14b0f

Please sign in to comment.