From 87dcc17e956eaf4d907921b274f594f1485e2ba2 Mon Sep 17 00:00:00 2001 From: Tobias Brox Date: Sat, 15 Aug 2015 11:35:24 +0200 Subject: syncing from google calendar --- EXAMPLES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/EXAMPLES b/EXAMPLES index 1c79725..4d5b375 100644 --- a/EXAMPLES +++ b/EXAMPLES @@ -20,3 +20,6 @@ cd ~/calendar-cli/ ; { ./calendar-cli.py todo --overdue list --todo-template='./ ## Clean the list a bit by procrastinating tasks (this includes the overdue) cd ~/calendar-cli/ ; { ./calendar-cli.py todo --hide-future list --todo-template='./calendar-cli.py todo --todo-uid={uid} postpone "in 5d" # {summary}' ; } > /tmp/toprocrastinate ; $EDITOR /tmp/toprocrastinate ; . /tmp/toprocrastinate +## Simple sync of a google calendar into personal calendar +wget -O- https://www.google.com/calendar/ical/gsmk.gcal%40gmail.com/public/basic.ics | calendar-cli calendar addics + -- cgit v1.2.3