Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ntawileh/obsidian-google-lookup

Obsidian plugin that pulls contact and calendar event information from your Google account
https://github.com/ntawileh/obsidian-google-lookup

google-calendar google-contacts obsidian-md obsidian-plugin

Last synced: 3 months ago
JSON representation

Obsidian plugin that pulls contact and calendar event information from your Google account

Awesome Lists containing this project

README

        

## Obsidian Google Lookup

[![release](https://img.shields.io/github/v/release/ntawileh/obsidian-google-lookup?display_name=tag&sort=semver)](https://github.com/ntawileh/obsidian-google-lookup)
[![MIT License](https://img.shields.io/github/license/ntawileh/obsidian-google-lookup)](LICENSE)

[Obsidian](https://obsidian.md) plugin that can insert Google Calendar events and Google contact info directly into your notes

![](https://raw.githubusercontent.com/ntawileh/obsidian-google-lookup/main/docs/images/event-insert.gif)

The suggestion modal is looking up your calendar events. This is useful for folks who take meeting notes in Obsidian and want to quickly populate meeting metadata.

![](https://raw.githubusercontent.com/ntawileh/obsidian-google-lookup/main/docs/images/contact-insert.gif)

Here the suggestion modal is looking up contacts, both personal contacts and also people in your Google Workspace's Directory. This is useful when using Obsidian as a mini-CRM and want to be able to quickly create notes for individuals you work with that can later backlink to other notes.

## Features

- Command to look up and insert Google Calendar event into current editor
- Command to look up and insert Google Contacts (user Contacts and Directory) info into current editor
- Support multiple Google accounts
- Customizable templates for inserted content

## Usage

The two commands will show up only when there is an active editor/markdownview.

![](https://raw.githubusercontent.com/ntawileh/obsidian-google-lookup/main/docs/images/commands.png)

See [plugin documentation](https://ntawileh.github.io/obsidian-google-lookup) for more info