Skip to content

Commit 49b9b78

Browse files
author
brentru
committed
fix cal id value
1 parent b59f50e commit 49b9b78

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)