Syllabus-To-Google-Calendar App
The intent of this app is to make a quick and easy way to convert your syllabus into actual assignments with due dates to keep you on track.
To create the app, I used the Google Tasks API and the Gemeni API.
First, the Gemeni API reads the text of your syllabus under my given prompt (see below). It then parses it into JSON data which contains the date and title of the assignment.
That JSON data is then translated into valid JSON to create a Task in the Google Tasks API.
Then the Tasks API gets your first task list and pastes the new tasks inside it.
Full Project