JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Skip to content
Gallery
Highlight One Thing
Today's Highlight
History
Settings
More
Share
Explore
Settings
Your Timezone:
America/Los_Angeles
PST Offset From Your Timezone:
0
PST Offset From GMT:
7
Daylight Saving Time:
Add Highlights To My Google Calendar:
Reset
// Keeping the Google Calendar button separate to avoid clutter
Add to Google Calendar
1️⃣ To make all future highlights appear in your Google Calendar, select the
Add Highlights To My Google Calendar
option above.
2️⃣ Connect your Google Calendar using the Packs panel in the menu above ( the puzzle piece )
3️⃣ Go to the Automation panel in the menu above ( 🤖) and select the existing rule to add to Google Calendar
4️⃣ Duplicate the rule in the vertical menu ( 🚦)
5️⃣ Select the option at the bottom of the automation to
Take actions as
@
Anonymous User
Some calculations to create events properly in Coda
Coda uses PST to show calendar events
If you are not in PST, you'll need to offset the start time so the calendar shows you events that span one day properly
// Get Timezone
{"Timezone":"America/Los_Angeles","CurrentOffset":-7}
// Let's figure out what your
CurrentOffset
is (in my case, -4 for EST) using some parsing
{"Timezone"
America/Los_Angeles","CurrentOffset
-7}
-7}
-7
-7
// The PST Offset is your
CurrentOffset
(-4 in my case) + 7 (the GMT Offset from PST when not in Daylight Savings Time)
0
Highlights Completed:
0
// For multiple highlights completed, show the statement:
You've had 0 highlights so far!
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
Ctrl
P
) instead.