From: David A. Thompson <thompdump@gmail.com>
To: 13750@debbugs.gnu.org
Subject: bug#13750: 23.4; icalendar export and XXpm time format
Date: Mon, 18 Feb 2013 00:00:01 -0800 [thread overview]
Message-ID: <20130218080001.E2872768104@d630> (raw)
ICALENDAR-EXPORT-FILE, when called on a file containing the single line
02/18/2013 3pm-4pm overlapping event 2
yields a single exported vevent:
BEGIN:VEVENT
UID:emacs2076943879932075328
DTSTART;VALUE=DATE:20130218
DTEND;VALUE=DATE:20130219
SUMMARY:3pm-4pm overlapping event 2
END:VEVENT
The exported event should containg the time data in the appropriate location:
BEGIN:VEVENT
UID:emacs2076949831770903376
DTSTART;VALUE=DATE-TIME:20130218T150000
DTEND;VALUE=DATE-TIME:20130218T160000
SUMMARY:overlapping event 2
END:VEVENT
Note that DIARY-ENTRY-TIME reads the string (sans date component) fine:
ELISP> (diary-entry-time " 3pm-4pm overlapping event 2")
1500
next reply other threads:[~2013-02-18 8:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-18 8:00 David A. Thompson [this message]
2014-08-06 18:21 ` bug#13750: 23.4; icalendar export and XXpm time format Ulf Jasper
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.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130218080001.E2872768104@d630 \
--to=thompdump@gmail.com \
--cc=13750@debbugs.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.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).