summaryrefslogtreecommitdiff
path: root/EXAMPLES
diff options
context:
space:
mode:
authorTobias Brox <tobias@redpill-linpro.com>2015-08-15 11:35:24 +0200
committerTobias Brox <tobias@redpill-linpro.com>2015-08-15 11:35:24 +0200
commit87dcc17e956eaf4d907921b274f594f1485e2ba2 (patch)
tree1da88638ca07d3f76a3522cef8774c64853e0cb0 /EXAMPLES
parente2365e4e3555f1495f35d48da644d8a312d03655 (diff)
downloadcalendar-cli-87dcc17e956eaf4d907921b274f594f1485e2ba2.zip
syncing from google calendar
Diffstat (limited to 'EXAMPLES')
-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
+