Josh's Changes

This commit is contained in:
2026-04-03 20:43:00 -04:00
parent df06dcc0d7
commit 03825c1048
16 changed files with 216 additions and 54 deletions
+3 -1
View File
@@ -3,7 +3,9 @@ GOOGLE_CLIENT_ID=your_client_id_here
GOOGLE_CLIENT_SECRET=your_client_secret_here
GOOGLE_REDIRECT_URI=http://localhost/family-hub/auth/google/callback
# Google Calendar
# Google Calendar (Calendar tab embed). Replace placeholders—leaving your_calendar_id_here hides the embed.
# Easiest: set GOOGLE_CALENDAR_ID to the Calendar ID from Google Calendar → Settings → Integrate calendar.
# Optional: paste the embed URL or full <iframe> HTML into GOOGLE_CALENDAR_EMBED_CODE; wrap the whole value in "double quotes" if you have parsing issues.
GOOGLE_CALENDAR_ID=your_calendar_id_here
GOOGLE_CALENDAR_EMBED_CODE=your_embed_code_here