Display calendar page with name of login, also add in README.md

This commit is contained in:
2026-08-06 20:34:17 -04:00
parent ec901d97c2
commit ac872d5127
4 changed files with 40 additions and 6 deletions
+1
View File
@@ -10,6 +10,7 @@ import (
// This is all the user info that this script needs
type UserInfo struct {
Email string `json:"email"`
Name string `json:"name"`
}
type OAuthProvider struct {