kiwanami / emacs-calfw

A calendar framework for Emacs
1.17k stars 100 forks source link

How could calfw get data from Google iCal/Calendar? #77

Closed ReneFroger closed 8 years ago

ReneFroger commented 8 years ago

It seems it's working for everyone, but I couldn't find any explaination how I could set this up in sync with Google Calendar. I found only in the README.md this link:

(require 'calfw-ical)
(cfw:open-ical-calendar "http://www.google.com/calendar/ical/.../basic.ics")

But I don know where I could get that link. Anyone have a suggestion?

ReneFroger commented 8 years ago

Nevermind, I found it on settings of my calendar in Google Calendar. Go to prive address, and press on the green ICAL button, and paste it into your (cfw:open-ical-calendar "http://www.google.com/calendar/ical/.../basic.ics").