0.0
No commit activity in last 3 years
No release in over 3 years
Import Badslava events to Google Calendar
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0
~> 2.1.0
>= 0

Runtime

~> 1.6.8.1
 Project Readme
  1. Download Events as CSV
gem install badslava2csv
badslava2csv --city "San Francisco" --output-dir $(pwd)
  1. Import Events to Google Calendar
  • Open Google Calendar on a computer. Note: You can only import from a computer, not a phone or tablet.
  • In the top right, click Settings Settings > Settings.
  • Open the Calendars tab.
  • Click Import calendars between the "My calendars" and "Other Calendars" sections.
  • Click Choose File and select the file you exported. Upload the file from Step 1
  1. Optional: Install a cronjob
crontab -e

0 11 * * 1 badslava2csv -p -o $(pwd)/data -c "San Francisco" && terminal-notifier -message "import $(pwd)/data/google.csv"