Itinerary to Calendar Converter
6 September, 2020
0
0
0
Contributors
Itinerary to convert to calendar
Python
JavaScript
Problem: Add all events from an itinerary in Google Docs to a Google Calendar.
Solution: Use the Google Drive API to download the itinerary. Then, write NLP functions in Python to recognize the event names, times, and descriptions and properly insert them into a Google Sheet. Finally, write JavaScript code in Google Apps Script to insert all of the events from a Google Spreadsheet into a Google Calendar, so you never forget an event again!
#python, #javascript, #googledriveapi, #googlesheetsapi, #googleappsscript