Crawling and Adding Events to Your Google Calendar by Aws Lambda

I came up with a quick and dirty solution to utilize BeatifulSoup for data extraction from HTML DOM and then use Google API. This became a bit tricky as you need to open a service account for which you need to get an authentication JSON file. In the end, you need to add the email address of this account to the Calendar shared with the list. The email you can find in the [name-of-the-cred-file]....

December 2, 2022 · 5 min · 915 words · Milos Kovacki