Skip to content

Helper to integrate Tana and Google Calendar via an Express API

License

Notifications You must be signed in to change notification settings

nbbaier/tana-gcal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. 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:

Screenshot 2023-05-16 at 10 19 53 AM

About

Helper to integrate Tana and Google Calendar via an Express API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published