-
(Difference between revisions)
Line 9: Line 9: [http://mark.atwood.name/code/rem2ics/ Rem2ics][http://mark.atwood.name/code/rem2ics/ Rem2ics]+ + Turn on Personal Web Sharing in the Sharing pane of System Preferences so that you can get a valid URL to subscribe to. Will look something like+ + <pre>http://grahams-computer.local/~grahamenglish/NameOfCalendar.ics</pre>+ + Cheap alternative to Spanning Sync.<pre>remind -s30 -irem2ics=1 ~/.reminders | TZ=US/Eastern rem2ics -do -norecur >/Users/username/Sites/Reminder2iCal.ics</pre><pre>remind -s30 -irem2ics=1 ~/.reminders | TZ=US/Eastern rem2ics -do -norecur >/Users/username/Sites/Reminder2iCal.ics</pre>Subscribe to this calendar in iCal.Subscribe to this calendar in iCal.- - Turn on Personal Web Sharing in the Sharing pane of System Preferences so that you can get a valid URL to subscribe to. Will look something like <pre>http://grahams-computer.local/~grahamenglish/NameOfCalendar.ics</pre>. Cheap alternative to Spanning Sync.== Quicksilver ==== Quicksilver ==[[Quicksilver Append to Remind]][[Quicksilver Append to Remind]]Revision as of 20:46, 26 May 2007
Convert iCal to Remind
Group all calendars you want to sync with Remind and publish them. Plug the url to the published .ics into the following command:
curl http://homepage.mac.com/username/.calendars/toRemind.ics | ical2rem.pl --label "iCal2Reminder" >~/.ical2rem
Convert Remind to iCal
Turn on Personal Web Sharing in the Sharing pane of System Preferences so that you can get a valid URL to subscribe to. Will look something like
http://grahams-computer.local/~grahamenglish/NameOfCalendar.ics
Cheap alternative to Spanning Sync.
remind -s30 -irem2ics=1 ~/.reminders | TZ=US/Eastern rem2ics -do -norecur >/Users/username/Sites/Reminder2iCal.ics
Subscribe to this calendar in iCal.
Quicksilver
- Meta