ftrain / ical2db

A really simple set of things that turns an ical file into a SQLite database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This lets you load your calendar into a SQLite database. It is very crappy and for demo purposes.

  • Download your calendar, move it here to this folder, and rename it basic.ics

Do these things

  • npm install
  • node ical2db.js|sqlite3 calendar.db
  • cat calendar.sql|sqlite3 calendar.db
  • cat hrs.sql|sqlite3 calendar.db
  • datasette calendar.db

You may need to pip install datasette.

About

A really simple set of things that turns an ical file into a SQLite database


Languages

Language:PLpgSQL 51.2%Language:JavaScript 48.8%