;;; excorporate-calfw.el --- Exchange calendar view -*- lexical-binding: t -*-
;; Copyright (C) 2014-2016 Free Software Foundation, Inc.
;; Author: Thomas Fitzsimmons <fitzsim@fitzsim.org>
;; Keywords: calendar
;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or
;; (at your option) any later version.
;; This program is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
;; Use the Calfw calendar framework to display daily meetings.
;; To use this handler, set excorporate-calendar-show-day to
;; exco-calfw-show-day using `customize-variable'.
;; This Excorporate handler requires the Calfw package, which is not
;; included in GNU ELPA because not all Calfw contributors have
;; copyright assignment papers on file with the FSF.
;;; Code:
;; calfw is not FSF-assigned yet so it is not in GNU ELPA. The
;; following workarounds allow excorporate-calfw.elc to be built
;; regardless.
;; Fix a bad bug in calfw. See:
;; https://github.com/kiwanami/emacs-calfw/pull/79
;;;###autoload
;;; excorporate-calfw.el ends here