Skip to content

Instantly share code, notes, and snippets.

@kiwanami
Created July 27, 2011 07:11
Show Gist options
  • Save kiwanami/1108833 to your computer and use it in GitHub Desktop.
Save kiwanami/1108833 to your computer and use it in GitHub Desktop.
calfw : howm and ical
(require 'calfw-ical)
(setq cfw:howm-schedule-contents
(list (cfw:ical-create-source "共有" "https://.../basic.ics" "#2952a3")
(cfw:ical-create-source "My" "https://.../basic.ics" "Orange")))
(setq cfw:howm-annotation-contents
(list (cfw:ical-create-source "六曜" "https://.../basic.ics" "Gray")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment