6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
10/16/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#1503] Recurring events when I delete a recurrence ALWAYS create an exception.
*
Your Email Address
*
Spam protection
Enter the letters below:
. ..___\ /.__..__ |\ |[__ >< [__]| \ | \|| / \| ||__/
Comment
> If you create a recurring event, for example for all days in this > month, if I delete the recurrence for day 15 and click "Future" all > is OK. > > > > But I select the same event and modify the end date again at 30 March > the recurrence of the day 15 not appear because has a exception. > > > > I think we must add a exception only for the fisrt recurrence of the > recurring event. > > > > POSIBLE FIX: > > > > diff -r1.1 deleventaction.php > > 38,40c38,43 > > < $event->addException(Util::getFormData('year'), > > < Util::getFormData('month'), > > < Util::getFormData('mday')); > > --- > >> if (mktime(0, 0, 0, $event->start->month, >> $event->start->mday, $event->start->year) == > >> mktime(0, 0, 0, Util::getFormData('month'), >> Util::getFormData('mday'), Util::getFormData('year'))) { > >> $event->addException(Util::getFormData('year'), > >> Util::getFormData('month'), > >> Util::getFormData('mday')); > >> } > > > > > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers