emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: knubee <knubee@gmail.com>
To: emacs-orgmode@gnu.org
Subject: icalender export: limited number of repeated events
Date: Mon, 16 Jun 2008 09:07:49 +0000 (UTC)	[thread overview]
Message-ID: <loom.20080616T084605-4@post.gmane.org> (raw)

I need to share some of my calendar data with co-workers. One of
the biggest limitations I encounter with emacs/icalender is that
it does not seem to support a limited number of repeated events.

As far as I can tell, the way to specify this is with regular
expressions. Example:

* TODO Something every Sunday, 10:00-12:00, for 2 months
  SCHEDULED: <%%(and (= (calendar-day-of-week date) 7) 
                        (diary-block 1 6 200 31 7 2008)) 10:00-12:00>

I have not been able to figure out how to export these to an .ics
file.

Google calendar, on the other hand, will export something like
the following:

BEGIN:VEVENT
DTSTART:20080601T100000
DTEND:20080601T120000
RRULE:FREQ=DAILY;UNTIL=20080731

Has anyone else managed to get a limited number of repeating
tasks/events to export correctly to .ics format?

thanks.

             reply	other threads:[~2008-06-16  9:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-16  9:07 knubee [this message]
2008-06-16 15:57 ` icalender export: limited number of repeated events Carsten Dominik
2008-06-17  1:35   ` knubee
2008-06-17 10:39     ` Richard G Riley

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=loom.20080616T084605-4@post.gmane.org \
    --to=knubee@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /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).