+google calendar config for org calendar

This commit is contained in:
AChavali
2019-12-30 14:50:14 +00:00
parent ce64098431
commit 2ee3a2492e

View File

@@ -229,6 +229,14 @@ If RETURN-P, return the message as a string instead of displaying it."
- Added my own menu items:
- Books
- Weather
** Org calendar
#+BEGIN_SRC elisp
(use-package! org-gcal
:config
(setq org-gcal-client-id (password-store-get "GoogleCalendar/id"))
(setq org-gcal-client-secret (password-store-get "GoogleCalendar/secret"))
(setq org-gcal-file-alist '(("aryadevchavali1@gmail.com" . "~/Text/schedule.org"))))
#+END_SRC
* Language Config
** CSharp
#+BEGIN_SRC elisp