diff options
author | AChavali <aryadevchavali1@gmail.com> | 2019-12-30 14:50:14 +0000 |
---|---|---|
committer | AChavali <aryadevchavali1@gmail.com> | 2019-12-30 14:52:18 +0000 |
commit | 2ee3a2492e106a9cb82be81b666766fc19f4bc82 (patch) | |
tree | 229adf721127ba7dae2d24b2a0a88b5c6cf9d04f /doom.d/config.org | |
parent | ce6409843102e79a39d5b96c6e4f066df75ffeed (diff) | |
download | dotfiles-2ee3a2492e106a9cb82be81b666766fc19f4bc82.tar.gz dotfiles-2ee3a2492e106a9cb82be81b666766fc19f4bc82.tar.bz2 dotfiles-2ee3a2492e106a9cb82be81b666766fc19f4bc82.zip |
+google calendar config for org calendar
Diffstat (limited to 'doom.d/config.org')
-rw-r--r-- | doom.d/config.org | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doom.d/config.org b/doom.d/config.org index 38f0759..db081fc 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -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 |