ogunasekara / cactus-bot

A community Discord bot for the Tucsonian's Discord server.
2 stars 0 forks source link

Investigate forever-persisting Google Calendar token #9

Closed ogunasekara closed 1 year ago

ogunasekara commented 1 year ago

The current method for using the calendar API is to login to a user account and create a token. This token expires after 48 hours and is not ideal for our use-case. Investigate whether or not we can have a forever (or really long) persisting token.

ogunasekara commented 1 year ago

I have update the OAuth consent publishing status to In production from Testing. This should result in the token resetting when needed. We can reopen this ticket if this is found out to not be the case in the future.