- Overview
- Transcript
1.1 Introduction
In this course, I'll show you how to access the Google Calendar API. You'll learn how to set up your app to connect to the Google APIs and how to add an event to a user's calendar.
1.How to Use the Google Calendar API2 lessons, 07:57
1.1Introduction00:40
1.2How to Use the Google Calendar API07:17
1.1 Introduction
[SOUND] I'm sure if use Gmail, you've encountered the Google Calendar. The considerable infrastructure Google possesses can be leveraged for using your apps as well. This means that we can access the calendar through code and use it in our own projects. In this way, we can coordinate meetings between developers of our App, for example. In this course, we will first learn what information we need to create an event in the calendar. Then, we will modify the starter project. Originally, all this does is display the last ten events from the calendar. Instead, we will configure this project to add an event to the calendar. After watching this course, you should be prepared to use the calendar in your apps going forward.







