unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#39782: 28.0.50; gnus-icalendar does not understand multiple repeating days
@ 2020-02-25 13:05 Mark A. Hershberger
  2020-07-19 13:58 ` Lars Ingebrigtsen
  2020-08-24 19:11 ` Mattias Engdegård
  0 siblings, 2 replies; 13+ messages in thread
From: Mark A. Hershberger @ 2020-02-25 13:05 UTC (permalink / raw)
  To: 39782


I used gnus-icalendar's "Export to Org" feature on an appointment, and
it successfully made a repeating entry (GOOD!) but failed to catch the
days other than the first one (BAD!).

The created org-entry contains the following RRULE entry:

    :RRULE:    FREQ=WEEKLY;UNTIL=20200519T133000Z;INTERVAL=1;BYDAY=MO,TU,WE,TH,FR;WKST=SU

The only entry created, though, was

    <2020-02-25 09:30-10:00 +1w>

I had to manually add the following entries:

  <2020-02-26 09:30-10:00 +1w>
  <2020-02-27 09:30-10:00 +1w>
  <2020-02-28 09:30-10:00 +1w>
  <2020-03-02 09:30-10:00 +1w>

From skimming gnus-icalendar.el and icalendar.el, it looks like the
"BYDAY" parsing in icalendar.el only looks for one day, instead of the
multiples given.  I think gnus-icalendar.el's export to org functions
are only set up to insert one day instead of the multiple times required
by this rule.





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

end of thread, other threads:[~2020-08-26  8:54 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-25 13:05 bug#39782: 28.0.50; gnus-icalendar does not understand multiple repeating days Mark A. Hershberger
2020-07-19 13:58 ` Lars Ingebrigtsen
2020-07-19 15:36   ` Mark A. Hershberger
2020-07-19 16:03   ` Mark A. Hershberger
2020-07-20  9:56     ` Lars Ingebrigtsen
2020-07-20 10:16       ` Jan Tatarik
2020-07-31 11:39       ` Jan Tatarik
2020-08-21 16:03         ` Mark A. Hershberger
2020-08-22 13:39           ` Lars Ingebrigtsen
2020-08-22 21:25             ` Glenn Morris
2020-08-22 21:35               ` Lars Ingebrigtsen
2020-08-24 19:11 ` Mattias Engdegård
2020-08-26  8:54   ` Mattias Engdegård

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).