From 8d178b25079d4c5b8fba9d293546c449c9c25eed Mon Sep 17 00:00:00 2001 From: Ronan Jouchet Date: Sun, 9 Jan 2022 08:42:32 -0500 Subject: [PATCH] CATALOG.md: Document GCal needs lying about useragent for working notifications (fix #1292) --- CATALOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CATALOG.md b/CATALOG.md index 642e6d1..2062b13 100644 --- a/CATALOG.md +++ b/CATALOG.md @@ -11,14 +11,19 @@ Below you'll find a list of build commands contributed by the Nativefier communi ## Google apps -(This example documents Google Sheets, but is applicable to other Google apps) +(This example documents Google Sheets, but is applicable to other Google apps, +e.g. Google Calendar) ```sh nativefier 'https://docs.google.com/spreadsheets' \ --user-agent firefox ``` -Note: lying about the User Agent is required, else Google will notice your "Chrome" isn't a real Chrome, and will refuse access. +Note: lying about the User Agent is required, else Google will notice your +"Chrome" isn't a real Chrome, and will: + +1. Refuse login +2. Break notifications ## Outlook