summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Brox <tobias@redpill-linpro.com>2015-09-07 12:41:01 +0200
committerTobias Brox <tobias@redpill-linpro.com>2015-09-07 12:41:01 +0200
commit6a8ee3e6f21638cedc161f4a338e0da661c2cf18 (patch)
treea7c4a2a00aa7fb6c9bba099411a31992ae85ab42
parent47ac09a6f778f14424a3a5f44ead0910a7eea18e (diff)
parent87dcc17e956eaf4d907921b274f594f1485e2ba2 (diff)
downloadcalendar-cli-6a8ee3e6f21638cedc161f4a338e0da661c2cf18.zip
Merge branch 'v0.11.0.dev' of github.com:tobixen/calendar-cli into v0.11.0.dev
-rw-r--r--EXAMPLES3
1 files changed, 3 insertions, 0 deletions
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
+