https://github.com/nbbaier/tana-gcal
Helper to integrate Tana and Google Calendar via an Express API
https://github.com/nbbaier/tana-gcal
tana tanainc
Last synced: 2 months ago
JSON representation
Helper to integrate Tana and Google Calendar via an Express API
- Host: GitHub
- URL: https://github.com/nbbaier/tana-gcal
- Owner: nbbaier
- License: mit
- Created: 2023-05-16T15:10:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T05:48:08.000Z (over 1 year ago)
- Last Synced: 2025-04-15T16:18:44.448Z (2 months ago)
- Topics: tana, tanainc
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Overview
This is a simple proof of concept helper to connect Tana with Google Calendar via an Express API. There is a single get route ("/") that retrieves events from the current day from your primary calendar and formats them in Tana Paste. Currently, it just returns the summaries of those events, so nothing fancy, but it's easily extesnible.# Set up
Clone the repository and install the dependencies. You'll need to set up credentials to get this to work. Follow the instructions in the [Google Calendar API Node quickstart tutorial](https://developers.google.com/calendar/api/quickstart/nodejs). Use `npm run dev` to run the server with nodemon for hot reloading. On first run you'll be asked to login and authenticate.# Getting events into Tana
Once the server is up and running, the following Make API Request has worked for me in Tana:
![]()