N
Neto
Is it possible to set Calendar to use an specific category as default,
instead on "none"?
instead on "none"?
No, it is not possible to set a default category for new calendar events.
What you could do , if you forget or want to avoid setting the category, is to
run this script every once in a while, but only if you don't want _any_ events
to have "None" category:
tell application "Microsoft Entourage"
set category of every event whose category is {} to {category "Whatever"}
end tell
set category of every event where its category is {} to {category
"Whatever"}
end tell
Ok...maybe this is a little off topic, since this is an Entourage group, not
an AppleScriot newsgroup...but it's just a detail missing to make things
work perfectly..
Paul, I¹m using the script
tell application "Microsoft Entourage"
set category of every event where its category is {} to {category
"Whatever"}
end tell
It works fine if there is any event whose category is different from
"Whatever". But if I schedule the script to "auto-run" on opening and
closing Entourage, and all events are already set to the "Whatever"
category, I'll get the error message: "Microsoft Entourage got an error.
Can't set category of every event whose category of it = {} to {category
"Whatever"}
So my last question on this subject is:
Is there a way to avoid this error message? My AppleScript skills are not
enough for that...
The lack of a Default Category is a serious oversight when creating
a new calendar event. How many zillions of cal events are created every
day, week, month. How many wasted keystrokes to always have to set the
Catetory to "Work".
What is frustrating is thast when I set the category for an event, it
has a button that says, "Set Default". However, that button seems to be
ignored. Does anyone know when this feature/bug will be addressed by
Microsoft?