Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Google Calendar Sync

Murat Can UsteMurat Can Uste433 downloads

Sync Google Calendar events declared in vault notes.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates9

Google Calendar Sync for Obsidian

Write an event in a note. It appears on your Google Calendar.

A note with five event declarations, four marked as synced and one still pending

How it works

Write gcal: in a code span on any line. The text before it becomes the event title.

- [ ] Design review `gcal:2026-08-18T14:00/PT1H gcal-repeat:weekdays`
      ^^^^^^^^^^^^^       ^^^^^^^^^^^^^^^^ ^^^^             ^^^^^^^^
      title               start            duration         repeat

Save the note, and the plugin makes your calendar match it:

your notes ──> plugin compares ──> Google Calendar
                                   ├─ event missing    -> create
                                   ├─ event different  -> update
                                   └─ line gone        -> delete
  • Sync goes one way. Nothing but the picker below ever writes to a note, and only the one declaration you opened.
  • It runs about a second after you save, every 15 minutes, when Obsidian starts, and when you run Sync now.
  • It only touches events it created, so your other Google Calendar events are safe, even on the same calendar.

A declaration you are not editing becomes a chip with the date, the time, and the repeat in words, led by an icon: a green tick means the event reached Google, a grey clock means not yet, a red cross means something is wrong.

Five bullets in a note, each ending in a green chip reading its date, time, and repeat

Click a chip to get the text back and edit it, or click its icon and pick instead of typing:

The picker open under a chip, with rows for the event kind, start, length, and repeat, and weekday buttons

Apply rewrites that one declaration in your note and nothing else. The panel shows what it will write, in words and as the text, so you can also use it to learn the syntax. Picking a date has the details, and how a declaration is shown covers the chips.

Syntax

There are two directives: gcal: for the event and gcal-repeat: to repeat it. Both go inside backticks.

Start and duration, written as gcal:<start>[/<duration>]:

You write You get
gcal:2026-08-18 All-day event on that date
gcal:2026-09-14/P3D All-day event over three days
gcal:2026-08-18T14:00 14:00, one hour
gcal:2026-08-18T14:00/PT90M 14:00, 90 minutes
gcal:16:00/PT30M 16:00 today, 30 minutes, and it stays on that day
gcal:2026-08-18T14:00-04:00 An exact moment, whatever your time zone

Times use your own time zone unless you add Z or an offset such as -04:00. Durations use PnD for all-day events and P#DT#H#M for timed ones.

Repeat, written as gcal-repeat:<rule> after the event it belongs to:

Kind Rules
Periods daily, weekly, fortnightly, monthly, quarterly, yearly
Weekdays weekdays, monday, mon,wed,fri, monday-thursday
Intervals every-2-weeks, every-10-days, every-3-months
Raw RRULE FREQ=MONTHLY;BYMONTHDAY=1

gcal-repeat: also works on its own. Take medication `gcal-repeat:daily` is an all-day event that repeats from today.

In note properties, for when the note itself is the event. The note name is the title unless you set one:

---
gcal:
  - when: 2026-08-18T09:15/PT15M
    title: Standup
    repeat: weekdays
  - when: 2026-08-20/P1D
---

A code span only counts when it holds nothing but directives, so a note can write about gcal: without creating an event. Everything you can write is in Event syntax.

Setup

You need Obsidian 1.13.0 or newer on desktop, a Google account, and your own Google Cloud OAuth client. The plugin ships no credentials of its own, so you create that client once, which takes a few minutes. Desktop only, because signing in needs a local callback server.

  1. Create an OAuth client of type Desktop app and turn on the Google Calendar API. Setup has the steps.
  2. In Settings → Google Calendar Sync, put the client ID in an Obsidian secret and click Authorize.
  3. Under Calendar, click Create calendar, so synced events stay separate from your other events.
  4. Add `gcal:2026-08-18T14:00/PT1H` to a note and save.

Guard rails

Any note in a synced folder can add or delete events, so large changes stop and ask first.

The review dialog, reporting a sync that would create 3, update 2, and delete 7 events
  • Deleting 5 or more events, or changing 25 or more, waits for your approval.
  • More than 200 changes in one sync is refused.
  • If a note has a bad line, the whole note is skipped and its events are kept.
  • Synced folders limits which folders may declare events.

More in How sync works and Security and privacy.

Network use

The plugin contacts Google and nothing else. There is no telemetry and no third-party server.

Host Why
accounts.google.com Sign-in during authorization.
oauth2.googleapis.com Exchange, refresh, and revoke your token.
www.googleapis.com Read and write events on the Google Calendar API.

Titles, times, and repeat rules are sent to Google. Note paths and folder names are hashed first, and nothing else from your notes leaves your device.

Documentation

  • Setup
  • Event syntax
  • Settings
  • How sync works
  • Security and privacy
  • Troubleshooting
  • Development and release
  • Changelog

License

MIT

HealthExcellent
ReviewPassed
About
Turn lines in your notes (e.g., gcal:2026-08-18T14:00/PT1H) into Google Calendar events that update when you edit and remove when you delete the line. Keep notes as the single source of truth with one-way sync; created events are tracked per vault and won't modify other calendar entries. Require Obsidian desktop and a Google account.
CalendarIntegrationsSyncing
Details
Current version
0.5.0
Last updated
Last month
Created
Last month
Updates
9 releases
Downloads
433
Compatible with
Obsidian 1.13.0+
Platforms
Desktop only
License
MIT
Report bugRequest featureReport plugin
Author
Murat Can UsteMurat Can Ustemcuste
GitHubmcuste
  1. Community
  2. Plugins
  3. Calendar
  4. Google Calendar Sync

Related plugins

Self-hosted LiveSync

Sync vaults securely to self-hosted servers or WEBRTC.

Fast Note Sync

Real-time sync of your vaults across server, mobile, and web; shareable with anyone; supports REST and MCP integrations to build your personal AI knowledge base.

Google Drive Sync

Syncs a vault into Google Drive for cross-platform use (works for iOS).

Sync Engine

The extensible vault synchronization engine: Fast · Free · Reliable. Supports WebDAV, S3, and Google Drive.

Nutstore Sync

Sync your vault with Nutstore (坚果云) using WebDAV protocol.

OneDrive Sync

Sync your Obsidian vault with OneDrive Personal/Consumer

Google Calendar

Interact with your Google Calendar.

Remotely Save

Sync notes between local and cloud with smart conflict: S3, Dropbox, webdav, OneDrive, Google Drive, Box, pCloud, Yandex Disk, Koofr, Azure Blob Storage.

Nextcloud Sync

Bidirectional sync between Obsidian and Nextcloud using hash-based change detection.

TaskNotes

Note-based task management with calendar, pomodoro and time-tracking integration.