Currently it's a Google Sheet that breaks down your monthly goals into weekly goals and automatically adds them to a "Goals" list on Google Tasks.
The vision for this project is to become a full fledged goal tracking solution entirely based in Google products. We welcome new collaborators with all skill levels, this project started as a learning experience and there's still a lot to be done and learned.
- Checking off the task updates the spreadsheet.
- Create a "Project View" to track each goal's progress (see links below).
- These projects served as inspiration for this one. Using one of them as the frontend for this Sheets/Tasks/Calendar backend would be awesome. Let's not reinvent the wheel and let's use and credit these great open source repos.
- Copy this Sheet to your Google Drive.
- Code on the Script Editor or on sheet_to_cal.js.
- Write down your monthly goals
- Click on the "Calendar Sync Menu" > "Update to Calendar Tasks"
Amit Agarwal's starter kit is being in used in this project. ...currently being poorly used. But I'd be glad if someone helped set things up for a better development experience.
- All development so far is happening on sheet_to_cal.js
Marcos Cannabrava – [email protected]
Distributed under the MIT license. See LICENSE
for more information.
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request