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 Importer

lexafaxinelexafaxine1k downloads

A simple and light-weighted google calendar importer, allow injecting the events / tasks of a day automatically to your daily notes, or import it to anywhere with a command.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates4

A simple and light-weighted google calendar importer, allow injecting the events / tasks of a day automatically to your daily notes, or import it to anywhere with a command.

Features

  • 🗓️ Automatic Daily Notes Integration: Automatically inject calendar events when opening daily notes auto-ezgif com-video-to-gif-converter

  • 📝 Manual Import Command: Insert calendar blocks anywhere in your notes with a simple command command-ezgif com-video-to-gif-converter

  • 🎯 Date-Specific Imports: Choose any date to import events for that specific day

  • 🔄 Live Calendar Blocks: Uses markdown code blocks as configuration that render your calendar events as you want

  • 🔐 Secure OAuth Integration: Secure authentication with Google Calendar using OAuth 2.0

Requirements

  • Obsidian v0.15.0 or later
  • Desktop version of Obsidian (plugin is desktop-only)
  • Google Calendar account
  • Google Cloud Project with Calendar API enabled

Setup

1. Google Cloud Console Setup

  1. Go to Google Cloud Console
  2. Create a new project or select an existing one
  3. Enable the Google Calendar API and task API
  4. Create OAuth 2.0 credentials
  5. Add yourself as test account
  6. Note down your Client ID and Client Secret

TODO: add detail explanation with screenshot

2. Plugin Configuration

  1. Open Obsidian Settings
  2. Navigate to Community Plugins → Google Calendar Importer
  3. Enter your Google Client ID and Client Secret
  4. Click "Authenticate with Google" to complete the OAuth flow
  5. Configure your preferences:
    • Enable for Daily Notes: Automatically add calendar blocks when opening daily notes

Installation

From Obsidian Community Plugins (Recommended)

[When available in the community plugin directory]

  1. Open Obsidian Settings
  2. Go to Community Plugins and disable Safe Mode
  3. Click Browse and search for "Google Calendar Importer"
  4. Install and enable the plugin

Manual Installation

  1. Download the latest release from GitHub Releases
  2. Extract the files to VaultFolder/.obsidian/plugins/google-calendar-importer/
  3. Reload Obsidian and enable the plugin in settings

Development Installation

  1. Clone this repository into your .obsidian/plugins/ folder:
    git clone https://github.com/lexafaxine/google-calendar-importer.git
    
  2. Navigate to the plugin folder and install dependencies:
    cd google-calendar-importer
    npm install
    
  3. Build the plugin:
    npm run build
    
  4. Enable the plugin in Obsidian settings

Development

Prerequisites

  • Node.js v16 or later
  • npm or yarn

Building

# Install dependencies
npm install

# Development build (watch mode)
npm run dev

# Production build
npm run build

Code Structure

  • main.ts - Main plugin class and core functionality
  • googleCalendarAPI.ts - Google Calendar API integration
  • codeBlockProcessor.ts - Markdown code block processor for rendering
  • dateInputModal.ts - Modal for selecting dates
  • oauthServer.ts - OAuth authentication server

Privacy & Security

  • All authentication is handled through Google's official OAuth 2.0 flow
  • No calendar data is stored permanently; it's fetched on-demand
  • Access tokens are stored locally in Obsidian's plugin data
  • The plugin only requests read access to your calendar events

Troubleshooting

Authentication Issues

  • Ensure your Google Cloud Project has the Calendar and Task API enabled
  • Verify your Client ID and Client Secret are entered correctly
  • Make sure your OAuth consent screen is properly configured

Calendar Not Loading

  • Check if you have internet connectivity
  • Verify your Google account has access to the calendars you want to import
  • Try re-authenticating by clearing the stored tokens in plugin settings

Contributing

Contributions are welcome! Please feel free to submit issues and pull requests.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Support

If you find this plugin useful, consider supporting the development:

  • ⭐ Star this repository
  • 🐛 Report issues on GitHub
  • 💡 Suggest new features

Changelog

v1.0.0

  • Initial release
  • Basic Google Calendar integration
  • Daily notes automation
  • Manual calendar block insertion
  • OAuth 2.0 authentication

Author: lexafaxine

74%
HealthGood
ReviewSatisfactory
About
Import Google Calendar events and tasks into any note or automatically inject them into Daily Notes using an automatic integration or a manual import command. Render events as configurable markdown code blocks, pick any date to import, and authenticate with Google via OAuth 2.0.
CalendarAutomationIntegrations
Details
Current version
1.1.1
Last updated
8 months ago
Created
11 months ago
Updates
4 releases
Downloads
1k
Compatible with
Obsidian 0.15.0+
Platforms
Desktop only
License
0BSD
Report bugRequest featureReport plugin
Author
lexafaxinelexafaxine
github.com/lexafaxine
GitHublexafaxine
  1. Community
  2. Plugins
  3. Calendar
  4. Google Calendar Importer

Related plugins

Google Calendar

Interact with your Google Calendar.

BRAT

Easily install a beta version of a plugin for testing.

Readwise Official

Sync highlights from Readwise to your vault.

Todoist Sync

Materialize Todoist tasks within your notes.

Shell commands

Define system commands that you want to execute via command palette, hotkeys, URI links or automated events. E.g. open external applications or perform automated file modifications.

Local REST API & MCP Server

Unlock your automation needs by interacting with your notes over a secure REST API.

QuickAdd

Quickly add new notes or content to your vault.

Templater

Create and use dynamic templates.

Homepage

Open a note, base, or workspace on startup, or set it for quick access later.

TaskNotes

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