Skip to content

Commit 46657f6

Browse files
authored
Merge pull request #1412 from brentru/fix-cal-id-pyportal
Fix Calendar ID value on PyPortal GCal Code
2 parents c72b58a + a904c66 commit 46657f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PyPortal_Google_Calendar/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import rtc
1616

1717
# Calendar ID
18-
CALENDAR_ID = "[email protected]"
18+
CALENDAR_ID = "YOUR_CALENDAR_ID"
1919

2020
# Maximum amount of events to display
2121
MAX_EVENTS = 5

0 commit comments

Comments
 (0)