repository
0.0.0-20241208052735-6fc3e67f6207
Repository: https://github.com/ddeville/kattungar-notify.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
kattungar-notify
Server credentials
Google Calendar
- I created a new Google Cloud application and set up an OAuth 2.0 Client IDs credentials here.
- I used the OAuth Playground to generate a refresh token with the
https://www.googleapis.com/auth/calendar.events.readonly
andhttps://www.googleapis.com/auth/calendar.readonly
scopes. Had to select "Use your own OAuth credentials" in the gear settings menu and input the ones from the app above. - The
client_credentials.json
file was downloaded fromhttps://console.cloud.google.com/apis/credentials?project=kattungar-notify
.
APNs
Need to create an "authentication token" by creating a key under https://developer.apple.com/account/resources/authkeys/list.