Josh's Changes
This commit is contained in:
+3
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user