Ubuntu 管理心得

搜尋此網誌

2025年9月16日 星期二

gnome online accounts google black

 cf: https://askubuntu.com/questions/1424005/pop-up-window-goes-blank-when-adding-google-account-in-gnome-control-center

Run the command to access google accound:

WEBKIT_DISABLE_COMPOSITING_MODE=1 MESA_LOADER_DRIVER_OVERRIDE=zink gnome-control-center online-accounts 

2025年9月7日 星期日

Batch bulk delete google calendar

 https://www.youtube.com/watch?v=hJdGBmHDafA

In short:

  1. Select calendar, say NFL2025-26, 設定與共用->匯出日曆, say. kpchiaoo@gmail.com.ical.zip
  2. Unzip kpchiaoo@gmail.com.ical.zip, and get NFL2025-xxxx.ics
  3. Edit NFL2025-xxxx.ics, Replace all
    "STATUS:CONFIRMED"
    to
    "STATUS:CANCELLED"
  4. Save it as NFL2025-xxxx-calcelled.ics
  5. Then import NFL2025-xxxx-calcelled.ics back to google calendar, NFL2025-26
  6. Done