Hi, I'm new to AppScript (but comfortable with JavaScript), and I'm wondering if there's a simple way of creating a to-do list which links Google Calendars with Google Docs (of if it's already been done).
Here's the specifics of what I'm looking for:
I would make a Google Doc which servers as my to do list. Whenever I create a task on Google Calendar, it should add the task my doc as a checklist item. When I mark it as complete on the calendar it should mark it complete on the doc.
Ideally it should go the other way as well; if I add a check list item on the doc, it should also add it on the calendar, and if I check it off on the doc, it should mark it complete on the calendar.
Would this be simple to create in AppScript, or is there something already like this? Thank you!