From: David Engster <deng@randomsample.de>
To: Torsten Wagner <torsten.wagner@gmail.com>
Cc: Org Mode Mailing List <emacs-orgmode@gnu.org>
Subject: Re: org-caldav feedback
Date: Mon, 21 Jan 2013 22:32:50 +0100 [thread overview]
Message-ID: <87fw1u2pdp.fsf@engster.org> (raw)
In-Reply-To: <CAPaq-gOW8d8nDqvyNGwtSmd7=rM2ZKD_dG-eHdzwt-F-SR1GUA@mail.gmail.com> (Torsten Wagner's message of "Mon, 21 Jan 2013 20:37:01 +0100")
Torsten Wagner writes:
> You might can try
>
> http://sogo-demo.inverse.ca/SOGo/dav/sogo1/Calendar/personal/
>
> which is the demo account of the Sogo.
Thanks. That'll work.
After a bit of fiddling it seems that SOGo really really wants a
timezone definition. I have no idea how those can be generated
on-the-fly. I have a hunch you have to hard-code them.
Anyway, you can put the definition you need into
org-caldav-calendar-preamble. But first you need the correct one.
For getting it, just create an event in your calendar. Then run
org-caldav-sync and it should be put into your org-caldav-inbox. Then,
evaluate
(pop-to-buffer (org-caldav-get-event "ID"))
where you have replaced "ID" with the ID of the event. You should see a
buffer with the iCalendar entry in it. Then copy&paste everything from
BEGIN:VCALENDAR to END:VTIMEZONE into org-caldav-calendar-preamble. For
example, for Europe/Berlin it now seems to work with
(setq org-caldav-calendar-preamble
"BEGIN:VCALENDAR
PRODID:-//Inverse inc./SOGo 2.0.3a//EN
VERSION:2.0
BEGIN:VTIMEZONE
TZID:Europe/Berlin
X-LIC-LOCATION:Europe/Berlin
BEGIN:DAYLIGHT
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
TZNAME:CEST
DTSTART:19700329T020000
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
TZNAME:CET
DTSTART:19701025T030000
RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU
END:STANDARD
END:VTIMEZONE
")
If it works for you with such a timezone definition, it'd be interesting
to know if SOGo needs all of that or if you could drop most of this
stuff.
-David
next prev parent reply other threads:[~2013-01-21 21:33 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-17 15:32 org-caldav feedback Torsten Wagner
2013-01-17 19:05 ` David Engster
2013-01-17 21:28 ` Torsten Wagner
2013-01-21 19:29 ` David Engster
2013-01-21 16:28 ` Torsten Wagner
2013-01-21 19:25 ` David Engster
2013-01-21 19:37 ` Torsten Wagner
2013-01-21 21:32 ` David Engster [this message]
2013-01-22 15:35 ` Torsten Wagner
2013-01-22 20:01 ` David Engster
2013-01-23 6:00 ` Eric S Fraga
2013-01-23 14:22 ` Torsten Wagner
2013-01-23 20:11 ` David Engster
2013-01-24 0:37 ` Eric S Fraga
2013-01-23 20:23 ` David Engster
2013-01-24 0:38 ` Eric S Fraga
2013-01-23 14:38 ` Torsten Wagner
2013-01-23 20:16 ` David Engster
2013-02-02 16:00 ` David Engster
2013-03-01 15:37 ` Torsten Wagner
2013-03-02 14:08 ` David Engster
2013-01-18 3:47 ` Eric S Fraga
2013-01-21 9:38 ` Christian Egli
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87fw1u2pdp.fsf@engster.org \
--to=deng@randomsample.de \
--cc=emacs-orgmode@gnu.org \
--cc=torsten.wagner@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).