Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ntawileh/obsidian-google-lookup
- Owner: ntawileh
- License: mit
- Created: 2022-05-02T18:39:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-02T18:30:50.000Z (almost 2 years ago)
- Last Synced: 2024-06-17T22:48:09.476Z (5 months ago)
- Topics: google-calendar, google-contacts, obsidian-md, obsidian-plugin
- Language: TypeScript
- Homepage: https://ntawileh.github.io/obsidian-google-lookup
- Size: 3.91 MB
- Stars: 73
- Watchers: 2
- Forks: 10
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - ntawileh/obsidian-google-lookup - Obsidian plugin that pulls contact and calendar event information from your Google account (TypeScript)
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