Closed
Bug 259131
Opened 21 years ago
Closed 20 years ago
ability to have an event repeat at the end of every month
Categories
(Calendar :: General, enhancement)
Calendar
General
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: gba, Assigned: mschroeder)
References
Details
Attachments
(1 file)
|
6.04 KB,
patch
|
jminta
:
first-review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040803 Firefox/0.9.3
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a4) Gecko/20040907 Mozilla Sunbird/0.2a
under the 'recurrence' tab there is no option to have an event repeat at the end
of every month. this would be useful, as months vary in time and often bills and
other responsibilities must be taken care of before such time. (28/30/31)
Reproducible: Didn't try
Steps to Reproduce:
1. right click on any day in any view
2. select 'new event'
3. select 'recurrence'
Comment 1•21 years ago
|
||
A reasonable request that has been mentioned in several other reports. I looked
for a duplicate, but surprisingly, this doesn't seem to have been enterred
anywhere else. Confirming.
OS: Windows XP → All
Hardware: PC → All
Updated•21 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•21 years ago
|
||
*** Bug 244464 has been marked as a duplicate of this bug. ***
Updated•21 years ago
|
QA Contact: gurganbl → general
| Assignee | ||
Updated•20 years ago
|
Assignee: mostafah → mschroeder
Version: unspecified → Trunk
| Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•20 years ago
|
||
The patch adds the monthly recurrence "Last day of the month". You can only select it from the recurrence dialog if the event is on the last day of a month (similar to the other possible recurrence rules).
Attachment #218966 -
Flags: first-review?(jminta)
Comment 4•20 years ago
|
||
Comment on attachment 218966 [details] [diff] [review]
Patch v1
+ var isLastDay = monthLength == window.calendarEvent.startDate.day;
Including parens around what is being assigned makes this much easier to read. (I'll fix that before checkin.)
Thanks for the patch! r=jminta
Attachment #218966 -
Flags: first-review?(jminta) → first-review+
Updated•20 years ago
|
Whiteboard: [needs landing]
Comment 5•20 years ago
|
||
Patch checked in.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Whiteboard: [needs landing]
Comment 6•20 years ago
|
||
verified with
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060827 Calendar/0.3a2+
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•