Open
Bug 258298
Opened 20 years ago
Updated 2 years ago
default category selection when creating event/task
Categories
(Calendar :: General, enhancement)
Tracking
(Not tracked)
NEW
People
(Reporter: orion2480, Unassigned)
References
(Blocks 1 open bug)
Details
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.7) Gecko/20040803 Firefox/0.9.3
I have found that 95% of my calendar tasks/events fall under one category. It
would be nice if it were possible to specify that all new tasks/events by
default will be associated with, say, "work" or "school", while still keeping
the "no default" option for people don't have a dominant category.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•20 years ago
|
||
*** Bug 259244 has been marked as a duplicate of this bug. ***
Comment 2•20 years ago
|
||
There needs to be a way to have an unassigned (blank) category. Once a catagory
is selected, you can't unselect it.
Updated•19 years ago
|
QA Contact: gurganbl → general
Comment 4•18 years ago
|
||
Reassigning all automatically assigned bugs from Mostafa to nobody@m.o
Bugspam filter: TorontoMostafaMove
Assignee: mostafah → nobody
Comment 5•18 years ago
|
||
Agreed. This small feature will help many people - I have the same problem, most of items are "ToDo" and I have always specify the category.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 6•17 years ago
|
||
Also, I would prefer that there are two default categories: one for events and one for tasks. For example, my events usually use a 'Meeting' category, but my tasks usually use a different category.
Comment 9•16 years ago
|
||
This is a functionality that should not be very difficult to implement:
function encodeCategories(cats) {
cats = cats.concat([]);
cats.sort();
==> After this sort the default category could be flipped or even easier added
But many users have asked it.
And I am sure that would be appreciated.
Comment 11•14 years ago
|
||
> And I am sure that would be appreciated.
++
Comment 12•14 years ago
|
||
For this bug to be fixed we need to agree on how specific the default categories are (per calendar, per item type or for the whole app). Afterwards we need a good UI suggestion on where the user should be able to set the default categories.
Please also keep in mind that there are other bugs that want other default settings for the item, i.e alarms. It has been suggested that this should be fixed altogether.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•