diary

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

commit b21929ebddafb43cd10ddf6fcbdc9736522fd3bd
parent 7b397c403d6a2f1e024a18257ca5cc00bee2441a
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sun, 16 Jan 2022 22:52:17 +0100

feat(caldav): remove GOOGLE URI/HOST

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

diff --git a/src/caldav.h b/src/caldav.h @@ -29,9 +29,7 @@ #define GOOGLE_OAUTH_TOKEN_URL "https://oauth2.googleapis.com/token" #define GOOGLE_OAUTH_SCOPE "https://www.googleapis.com/auth/calendar%20https://www.googleapis.com/auth/calendar.events.owned" #define GOOGLE_OAUTH_RESPONSE_TYPE "code" -#define GOOGLE_OAUTH_REDIRECT_HOST "127.0.0.1" #define GOOGLE_OAUTH_REDIRECT_PORT 9004 -#define GOOGLE_OAUTH_REDIRECT_URI "http://" GOOGLE_OAUTH_REDIRECT_HOST ":" MKSTR(GOOGLE_OAUTH_REDIRECT_PORT) #define GOOGLE_OAUTH_REDIRECT_SOCKET_BACKLOG 10 #define GOOGLE_API_URI "https://apidata.googleusercontent.com" #define GOOGLE_CALDAV_URI GOOGLE_API_URI "/caldav/v2"