Skip to content

Commit 133b31e

Browse files
committed
Updated google calendar notes, readthedocs links
1 parent 698af7f commit 133b31e

File tree

16 files changed

+48
-24
lines changed

16 files changed

+48
-24
lines changed

examples/Inkplate10/Projects/Inkplate10_Google_Calendar/Inkplate10_Google_Calendar.ino

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Inkplate10_Google_Calendar for Soldered Inkplate 10
33
44
Getting Started:
5-
For setup and documentation, visit: https://inkplate.readthedocs.io/en/latest/
5+
For setup and documentation, visit: https://soldered.com/documentation/inkplate/projects/GoogleCalendar
66
77
Before You Start:
88
@@ -13,7 +13,10 @@ Before You Start:
1313
- Get Google Calendar public calendar ID and API key:
1414
1. Calendar ID: Go to calendar.google.com > Settings > Select your calendar > "Integrate calendar" > Copy "Calendar ID" (e.g. [email protected]).
1515
2. API Key: Go to console.cloud.google.com > Select/create a project > "APIs & Services" > "Credentials" > "Create credentials" > API key.
16-
Make sure your calendar is public under "Access permissions" in calendar settings.
16+
17+
For this to work:
18+
- Ensure the "Google Calendar API" is enabled in the "APIs & Services" to avoid getting '403 Forbidden' error.
19+
- Make sure your calendar is public under "Access permissions for events" in calendar settings or you will get '404 Not Found' error.
1720
*/
1821

1922
#include "src/includes.h" // Include necessary libraries and dependencies for Inkplate and networking

examples/Inkplate10/Projects/Inkplate10_OpenMeteo_Weather_Station/Inkplate10_OpenMeteo_Weather_Station.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Compatible with Soldered Inkplate 10
44
55
Getting Started:
6-
For setup and documentation, visit: https://inkplate.readthedocs.io/en/latest/
6+
For setup and documentation, visit: https://soldered.com/documentation/inkplate/projects/open-meteo-weather-station
77
88
Overview:
99
This example demonstrates how to fetch and display weather data from the OpenMeteo API

examples/Inkplate2/Projects/Inkplate2_Google_Calendar/Inkplate2_Google_Calendar.ino

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Inkplate2_Google_Calendar for Soldered Inkplate 2
33
44
Getting Started:
5-
For setup and documentation, visit: https://inkplate.readthedocs.io/en/latest/
5+
For setup and documentation, visit: https://soldered.com/documentation/inkplate/projects/GoogleCalendar
66
77
Before You Start:
88
@@ -13,7 +13,10 @@ Before You Start:
1313
- Get Google Calendar public calendar ID and API key:
1414
1. Calendar ID: Go to calendar.google.com > Settings > Select your calendar > "Integrate calendar" > Copy "Calendar ID" (e.g. [email protected]).
1515
2. API Key: Go to console.cloud.google.com > Select/create a project > "APIs & Services" > "Credentials" > "Create credentials" > API key.
16-
Make sure your calendar is public under "Access permissions" in calendar settings.
16+
17+
For this to work:
18+
- Ensure the "Google Calendar API" is enabled in the "APIs & Services" to avoid getting '403 Forbidden' error.
19+
- Make sure your calendar is public under "Access permissions for events" in calendar settings or you will get '404 Not Found' error.
1720
*/
1821

1922
// Next 3 lines are a precaution, you can ignore those, and the example would also work without them

examples/Inkplate2/Projects/Inkplate2_OpenMeteo_Weather_Station/Inkplate2_OpenMeteo_Weather_Station.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Compatible with Soldered Inkplate 2
44
55
Getting Started:
6-
For setup and documentation, visit: https://inkplate.readthedocs.io/en/latest/
6+
For setup and documentation, visit: https://soldered.com/documentation/inkplate/projects/open-meteo-weather-station
77
88
Overview:
99
This example demonstrates how to fetch and display weather data from the OpenMeteo API

examples/Inkplate4TEMPERA/Projects/Inkplate4TEMPERA_Google_Calendar/Inkplate4TEMPERA_Google_Calendar.ino

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Inkplate4TEMPERA_Google_Calendar for Soldered Inkplate 4 Tempera
33
44
Getting Started:
5-
For setup and documentation, visit: https://inkplate.readthedocs.io/en/latest/
5+
For setup and documentation, visit: https://soldered.com/documentation/inkplate/projects/GoogleCalendar
66
77
Before You Start:
88
@@ -13,7 +13,10 @@ Before You Start:
1313
- Get Google Calendar public calendar ID and API key:
1414
1. Calendar ID: Go to calendar.google.com > Settings > Select your calendar > "Integrate calendar" > Copy "Calendar ID" (e.g. [email protected]).
1515
2. API Key: Go to console.cloud.google.com > Select/create a project > "APIs & Services" > "Credentials" > "Create credentials" > API key.
16-
Make sure your calendar is public under "Access permissions" in calendar settings.
16+
17+
For this to work:
18+
- Ensure the "Google Calendar API" is enabled in the "APIs & Services" to avoid getting '403 Forbidden' error.
19+
- Make sure your calendar is public under "Access permissions for events" in calendar settings or you will get '404 Not Found' error.
1720
*/
1821

1922
// Next 3 lines are a precaution, you can ignore those, and the example would also work without them

examples/Inkplate4TEMPERA/Projects/Inkplate4TEMPERA_OpenMeteo_Weather_Station/Inkplate4TEMPERA_OpenMeteo_Weather_Station.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Compatible with Soldered Inkplate 4 Tempera
44
55
Getting Started:
6-
For setup and documentation, visit: https://inkplate.readthedocs.io/en/latest/
6+
For setup and documentation, visit: https://soldered.com/documentation/inkplate/projects/open-meteo-weather-station
77
88
Overview:
99
This example demonstrates how to fetch and display weather data from the OpenMeteo API

examples/Inkplate5V2/Projects/Inkplate5V2_Google_Calendar/Inkplate5V2_Google_Calendar.ino

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Inkplate5v2_Google_Calendar for Soldered Inkplate 5v2
33
44
Getting Started:
5-
For setup and documentation, visit: https://inkplate.readthedocs.io/en/latest/
5+
For setup and documentation, visit: https://soldered.com/documentation/inkplate/projects/GoogleCalendar
66
77
Before You Start:
88
@@ -13,7 +13,10 @@ Before You Start:
1313
- Get Google Calendar public calendar ID and API key:
1414
1. Calendar ID: Go to calendar.google.com > Settings > Select your calendar > "Integrate calendar" > Copy "Calendar ID" (e.g. [email protected]).
1515
2. API Key: Go to console.cloud.google.com > Select/create a project > "APIs & Services" > "Credentials" > "Create credentials" > API key.
16-
Make sure your calendar is public under "Access permissions" in calendar settings.
16+
17+
For this to work:
18+
- Ensure the "Google Calendar API" is enabled in the "APIs & Services" to avoid getting '403 Forbidden' error.
19+
- Make sure your calendar is public under "Access permissions for events" in calendar settings or you will get '404 Not Found' error.
1720
*/
1821

1922
#include "src/includes.h" // Include necessary libraries and dependencies for Inkplate and networking

examples/Inkplate5V2/Projects/Inkplate5V2_OpenMeteo_Weather_Station/Inkplate5V2_OpenMeteo_Weather_Station.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Compatible with Soldered Inkplate 5V2
44
55
Getting Started:
6-
For setup and documentation, visit: https://inkplate.readthedocs.io/en/latest/
6+
For setup and documentation, visit: https://soldered.com/documentation/inkplate/projects/open-meteo-weather-station
77
88
Overview:
99
This example demonstrates how to fetch and display weather data from the OpenMeteo API

examples/Inkplate6/Projects/Inkplate6_Google_Calendar/Inkplate6_Google_Calendar.ino

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Inkplate6_Google_Calendar for Soldered Inkplate 6
33
44
Getting Started:
5-
For setup and documentation, visit: https://inkplate.readthedocs.io/en/latest/
5+
For setup and documentation, visit: https://soldered.com/documentation/inkplate/projects/GoogleCalendar
66
77
Before You Start:
88
@@ -13,7 +13,10 @@ Before You Start:
1313
- Get Google Calendar public calendar ID and API key:
1414
1. Calendar ID: Go to calendar.google.com > Settings > Select your calendar > "Integrate calendar" > Copy "Calendar ID" (e.g. [email protected]).
1515
2. API Key: Go to console.cloud.google.com > Select/create a project > "APIs & Services" > "Credentials" > "Create credentials" > API key.
16-
Make sure your calendar is public under "Access permissions" in calendar settings.
16+
17+
For this to work:
18+
- Ensure the "Google Calendar API" is enabled in the "APIs & Services" to avoid getting '403 Forbidden' error.
19+
- Make sure your calendar is public under "Access permissions for events" in calendar settings or you will get '404 Not Found' error.
1720
*/
1821

1922
// Next 3 lines are a precaution, you can ignore those, and the example would also work without them

examples/Inkplate6/Projects/Inkplate6_OpenMeteo_Weather_Station/Inkplate6_OpenMeteo_Weather_Station.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Compatible with Soldered Inkplate 6
44
55
Getting Started:
6-
For setup and documentation, visit: https://inkplate.readthedocs.io/en/latest/
6+
For setup and documentation, visit: https://soldered.com/documentation/inkplate/projects/open-meteo-weather-station
77
88
Overview:
99
This example demonstrates how to fetch and display weather data from the OpenMeteo API

0 commit comments

Comments
 (0)