Configure CalDAV access for Org
This commit is contained in:
		
							
								
								
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -36,3 +36,5 @@
 | 
			
		||||
# The “compiled” version of the Org configuration
 | 
			
		||||
/configuration.el
 | 
			
		||||
/bookmarks
 | 
			
		||||
 | 
			
		||||
/org-caldav-*.el
 | 
			
		||||
 
 | 
			
		||||
@@ -2686,6 +2686,19 @@ An alternative could be
 | 
			
		||||
    (start-process "xdg-open" "*open*" "open" fpath)))
 | 
			
		||||
#+END_SRC
 | 
			
		||||
 | 
			
		||||
** Load CalDAV entries from NextCloud
 | 
			
		||||
 | 
			
		||||
#+BEGIN_SRC emacs-lisp
 | 
			
		||||
(use-package org-caldav
 | 
			
		||||
  :after org
 | 
			
		||||
  :config
 | 
			
		||||
  (setq
 | 
			
		||||
   org-caldav-url "https://cloud.polonkai.eu/remote.php/dav/calendars/gergely"
 | 
			
		||||
   org-caldav-calendar-id "org"
 | 
			
		||||
   org-caldav-inbox (expand-file-name "cloud-calendar.org" org-directory)
 | 
			
		||||
   org-caldav-files nil))
 | 
			
		||||
#+END_SRC
 | 
			
		||||
 | 
			
		||||
* Git & Co.
 | 
			
		||||
 | 
			
		||||
** Git status on the fringe
 | 
			
		||||
 
 | 
			
		||||
@@ -144,6 +144,7 @@
 | 
			
		||||
     objed
 | 
			
		||||
     org
 | 
			
		||||
     org-bullets
 | 
			
		||||
     org-caldav
 | 
			
		||||
     org-jekyll
 | 
			
		||||
     org-projectile
 | 
			
		||||
     org-projectile-helm
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user