bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#43669: 28.0.50; [PATCH] Gnus icalendar: fix frequency for weekly eve


From: Jan Tatarik
Subject: bug#43669: 28.0.50; [PATCH] Gnus icalendar: fix frequency for weekly events on specific week days
Date: Mon, 28 Sep 2020 10:57:39 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Attachment: gnus-ical-weekly-events.patch
Description: Fix weekly event frequency

Attached is a fix for gnus-icalendar handling of weekly calendar events
that are scheduled on specific week days.

Example: in the absence of explicit INTERVAL value in the calendar
event, a weekly event with occurrences scheduled for Mondays and
Wednesdays should receive the default recurring interval of "1" and the
org mode timestamp repeater should be "+1w".

Due to a bug in the current code we receive "WEEKLY" and "+WEEKLYw"
instead. The patch fixes the issue.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]