+google calendar config for org calendar
This commit is contained in:
@@ -229,6 +229,14 @@ If RETURN-P, return the message as a string instead of displaying it."
|
|||||||
- Added my own menu items:
|
- Added my own menu items:
|
||||||
- Books
|
- Books
|
||||||
- Weather
|
- 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
|
* Language Config
|
||||||
** CSharp
|
** CSharp
|
||||||
#+BEGIN_SRC elisp
|
#+BEGIN_SRC elisp
|
||||||
|
|||||||
Reference in New Issue
Block a user