Search found 2 matches

by nodoubtman
Thu Apr 17, 2025 10:55 am
Forum: ESP32 Arduino
Topic: ESP32 GOOGLE SCRIPT
Replies: 3
Views: 248

Re: ESP32 GOOGLE SCRIPT

Hi. Thanks for the reply.
I open the link in the browser, and it shos the calendar datas, not in the ESP32.
Is there any way to fix this ?

Thanks.
Marc.
by nodoubtman
Wed Apr 16, 2025 11:15 pm
Forum: ESP32 Arduino
Topic: ESP32 GOOGLE SCRIPT
Replies: 3
Views: 248

ESP32 GOOGLE SCRIPT

Hello, i have created a google script fetching my calendar, i use ESP32 to access it, here's my code:

String Get_Location() {
HTTPClient http;

WiFiClientSecure calendarClientSecure;
//calendarClientSecure.setCACert(GOOGLE_CERT);
calendarClientSecure.setInsecure();

const char * headerKeys ...

Go to advanced search