Easy GCalendar use Google Calendar to display events from a public calendar. Google Calendar can serve as a backend that manages and persistently stores event data.
You must first have a Google Calendar API Key
- Go to the Google Developer Console and create a new project.
- Once in the project, go to APIs & auth > APIs on the sidebar.
- Find “Calendar API” in the list and turn it ON.
- On the sidebar, click APIs & auth > Credentials.
- In the “Credentials” section, click Add Credentials > API key.
- Choose “Server key”.
- If you know what domains or IP-Addresses will host your calendar, enter them into the box. Otherwise, leave it blank. You can always change it later.
- Your new API key will appear in the list of your API keys.
Make your Google Calendar public
- In the Google Calendar interface, locate the “My calendars” on the left.
- Hover over the calendar you would like to use and click the downward arrow.
- A menu will appear. Click “Share this Calendar”.
- Check “Make this calendar public”.
- Make sure “Share only my free/busy information” is unchecked.
- Click “Save”.
Obtain your Google Calendar’s ID
- In the Google Calendar interface, locate the “My calendars” area on the left.
- Hover over the calendar you would like to use and click the downward arrow.
- A menu will appear. Click “Calendar settings”.
- In the “Calendar Address” section of the screen, you will see your Calendar ID. It will look something like “abcd1234@group.calendar.google.com”.
Leave A Comment