diary

Text-based journaling program
git clone https://git.in0rdr.ch/diary.git
Log | Files | Refs | README | LICENSE

commit 0866977844bb5d031c6df93319cb710ded602011
parent ba4099ce31feb15195d6fe6f5a9dc58865275fde
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Sat, 22 Jun 2024 16:45:57 +0200

fix(caldav): remove unused GOOGLE_API_URI

Diffstat:
Msrc/caldav.h | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/caldav.h b/src/caldav.h @@ -31,7 +31,6 @@ #define GOOGLE_OAUTH_RESPONSE_TYPE "code" #define GOOGLE_OAUTH_REDIRECT_PORT 9004 #define GOOGLE_OAUTH_REDIRECT_SOCKET_BACKLOG 10 -#define GOOGLE_API_URI "https://apidata.googleusercontent.com" int caldav_sync(struct tm* date, WINDOW* header,