Skip to content

Instantly share code, notes, and snippets.

View notconfusing's full-sized avatar

Max Klein notconfusing

View GitHub Profile
@notconfusing
notconfusing / rtm2todoist.py
Last active March 11, 2023 20:10 — forked from konnov/rtm2todoist.py
Converting Remember-the-milk tasks (ICS) to a Todoist template (CSV)
#!/usr/bin/env python
# coding: utf-8
# whereas the original rtm2todoist.py[1] worked off the .ics export, this version uses the more modern .json export
# [1] https://gist.github.com/notconfusing/68c84868098dcaa04e44522bebb77638
import json
import pandas as pd
import datetime
@konnov
konnov / rtm2todoist.py
Created April 1, 2018 16:05
Converting Remember-the-milk tasks (ICS) to a Todoist template (CSV)
#!/usr/bin/env python
#
# Converting an ICS file produced by Remember the milk to a CSV file
# that can be read by Todoist.
#
# Bye-bye, remember the milk. Raising the annual price from $25.00 to $39.99,
# while stagnating with the old interface, is the way to lose your loyal pro users.
#
# This script requires icalendar, which can be installed like this:
#