emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* multiple calendars
@ 2015-04-15  9:29 0xFAb
  2015-04-15  9:54 ` Gour
  0 siblings, 1 reply; 2+ messages in thread
From: 0xFAb @ 2015-04-15  9:29 UTC (permalink / raw)
  To: emacs-orgmode

Hi,

Does someone use multiple calendars ?
I'd like to publish my tasks in my calendar and some tasks in some other
calendars like one for my wife, another at office.

Currently I use scpc into a webdav folder (ownCloud) and OrgMobile sync
it with GoogleCalendar. Utimatly I hope that ownCloud instances would
rule all my calendars and orgmode can duplicate by keywords...

Thanks,
FAb

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: multiple calendars
  2015-04-15  9:29 multiple calendars 0xFAb
@ 2015-04-15  9:54 ` Gour
  0 siblings, 0 replies; 2+ messages in thread
From: Gour @ 2015-04-15  9:54 UTC (permalink / raw)
  To: emacs-orgmode


0xFAb <0xfab@free.fr> writes:

> Does someone use multiple calendars ?
> I'd like to publish my tasks in my calendar and some tasks in some other
> calendars like one for my wife, another at office.

I do using similar setup...on the instance of my own ownCloud server I
created one commonuser for me & my wife and have separate calendars as well
as (org-)contacts for two of us and using org-vcard for contacts and
org-caldav for syncing of calendars.

On my Android phone, each one is in different color and at the org-mode side,
there is separate org file for each.

Here is the setup:

;; org-caldav
(require 'org-caldav)


;; store unique identifier
(setq org-icalendar-store-UID t)

;; The CalDAV URL with your full and primary email address at the end.
(setq org-caldav-url "https://owncloud.domain.tld/remote.php/caldav/calendars/commonuser")

;; The name of your calendar, typically "Calendar" or similar
(setq org-caldav-calendar-id "my-calendar") ; my calendar

;; Local file that gets events from the server
(setq org-caldav-inbox "~/org/my-calendar.org")

(setq org-caldav-calendars
      '((:calendar-id "wife-calendar" :files ("~/org/my.org"
                                                 "~/org/mywife-calendar.org")
                      :inbox "~/org/mywife-calendar.org"
                      :url "https://owncloud.domain.tld/remote.php/caldav/calendars/commonuser")
        (:calendar-id "my-calendar" :files ("~/org/my.org"
                                              "~/org/my-calendar.org")
                      :inbox "~/org/my-calendar.org"
                      :url "https://owncloud.domain.tld/remote.php/caldav/calendars/commonuser")
        )
      )


Sincerely,
Gour

-- 
From wherever the mind wanders due to its flickering and unsteady 
nature, one must certainly withdraw it and bring it back under 
the control of the self.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-04-15  9:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-15  9:29 multiple calendars 0xFAb
2015-04-15  9:54 ` Gour

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).