Skip to main content

Parser and scheduler for syncing a markdown(ish) todo list with google calendar.

Project description

TODO MD Scheduler

Goal

I have a markdown file of todos which I want to automatically schedule on my google calendar.

- [ ] task name @related_person +task_project est:10m id:1f2a4b

Each task is assumed to have the following properties

  • id: a unique id
  • description: a description of the task
  • estimate: a time estimate written as 5m or 2h for 5 minutes and 2 hours respectively.

This program divides a day into chunks of size 15 minutes and schedules tasks during those chunks. The tasks are added to a unique calendar in Google Calendar.

Design

task_parser.py parses the todo file and creates a list of tagged task objects.

calendar_api.py is in charge of getting calendar information.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

reschedule-0.1.0.tar.gz (11.0 kB view hashes)

Uploaded Source

Built Distribution

reschedule-0.1.0-py3-none-any.whl (12.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page