A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Calandaring
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Labels



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old June 1st 06, 05:17 PM posted to microsoft.public.outlook.calendaring
Tomster
external usenet poster
 
Posts: 10
Default Labels

When scheduling an activity, you are able to customize lables - description
and color... so that you can select the "Label" you want. e.g. Project
Overview meetings are blue. This allows you to standardize the color of
different types of activities on the calendar.

Once you have defined your label descriptions and colors, is it possible to
transfer these settings to other users or apply them Globally?

I am asking as I have two users who share calendars. They have defined the
labels so they are identical. If they want to apply a label to their own
calendar, the choices available are the ones they defined. HOWEVER, If they
try to apply a label to an activity on the other users calendar, the drop
down shows the orignal default settings.

So I guess what we really want to do is change the default listing... and
changing it on each machine does not appear to do that.

Thanks for any suggestions that can help resolve this.
--
Tomster
  #2  
Old June 1st 06, 05:26 PM posted to microsoft.public.outlook.calendaring
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Labels

It's possible with custom programming scripts, assuming CDO 1.21 is installed on each machine. Search my http://www.outlookcode.com site for -- calendar color labels -- to see sample code. Note that the color labels are per-folder, not per-user

Outlook 2007 makes this process much easier.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Tomster" wrote in message ...
When scheduling an activity, you are able to customize lables - description
and color... so that you can select the "Label" you want. e.g. Project
Overview meetings are blue. This allows you to standardize the color of
different types of activities on the calendar.

Once you have defined your label descriptions and colors, is it possible to
transfer these settings to other users or apply them Globally?

I am asking as I have two users who share calendars. They have defined the
labels so they are identical. If they want to apply a label to their own
calendar, the choices available are the ones they defined. HOWEVER, If they
try to apply a label to an activity on the other users calendar, the drop
down shows the orignal default settings.

So I guess what we really want to do is change the default listing... and
changing it on each machine does not appear to do that.

Thanks for any suggestions that can help resolve this.
--
Tomster

  #3  
Old June 1st 06, 06:08 PM posted to microsoft.public.outlook.calendaring
Tomster
external usenet poster
 
Posts: 10
Default Labels

When you say "per folder" do you mean that if a user has a personal folder,
it would apply to that folder and all sub-folders or would we have to
manipulate the code for each sub folder as well.
--
Tomster


"Sue Mosher [MVP-Outlook]" wrote:

It's possible with custom programming scripts, assuming CDO 1.21 is installed on each machine. Search my http://www.outlookcode.com site for -- calendar color labels -- to see sample code. Note that the color labels are per-folder, not per-user

Outlook 2007 makes this process much easier.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Tomster" wrote in message ...
When scheduling an activity, you are able to customize lables - description
and color... so that you can select the "Label" you want. e.g. Project
Overview meetings are blue. This allows you to standardize the color of
different types of activities on the calendar.

Once you have defined your label descriptions and colors, is it possible to
transfer these settings to other users or apply them Globally?

I am asking as I have two users who share calendars. They have defined the
labels so they are identical. If they want to apply a label to their own
calendar, the choices available are the ones they defined. HOWEVER, If they
try to apply a label to an activity on the other users calendar, the drop
down shows the orignal default settings.

So I guess what we really want to do is change the default listing... and
changing it on each machine does not appear to do that.

Thanks for any suggestions that can help resolve this.
--
Tomster


  #4  
Old June 1st 06, 06:26 PM posted to microsoft.public.outlook.calendaring
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Labels

No, per-folder means per-folder. Each folder has its own labels.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Tomster" wrote in message ...
When you say "per folder" do you mean that if a user has a personal folder,
it would apply to that folder and all sub-folders or would we have to
manipulate the code for each sub folder as well.
--
Tomster


"Sue Mosher [MVP-Outlook]" wrote:

It's possible with custom programming scripts, assuming CDO 1.21 is installed on each machine. Search my http://www.outlookcode.com site for -- calendar color labels -- to see sample code. Note that the color labels are per-folder, not per-user

Outlook 2007 makes this process much easier.


"Tomster" wrote in message ...
When scheduling an activity, you are able to customize lables - description
and color... so that you can select the "Label" you want. e.g. Project
Overview meetings are blue. This allows you to standardize the color of
different types of activities on the calendar.

Once you have defined your label descriptions and colors, is it possible to
transfer these settings to other users or apply them Globally?

I am asking as I have two users who share calendars. They have defined the
labels so they are identical. If they want to apply a label to their own
calendar, the choices available are the ones they defined. HOWEVER, If they
try to apply a label to an activity on the other users calendar, the drop
down shows the orignal default settings.

So I guess what we really want to do is change the default listing... and
changing it on each machine does not appear to do that.

Thanks for any suggestions that can help resolve this.
--
Tomster


  #5  
Old June 2nd 06, 10:26 PM posted to microsoft.public.outlook.calendaring
Tomster
external usenet poster
 
Posts: 10
Default Labels

Now I'm confused.

If I have the calendar open... and click on the Calendar Coloring button...
I can edit the name and colors for the label options. If I click anywhere
else (besides calendar) on the folders tree, I no longer see the calendar or
the calendar coloring option. So with apologies for being dense, I am not
sure how these settings are specific to a "folder" since the only place you
can set them is in the calendar, not a folder.

So maybe I am misunderstanding what you mean by folder in this context.
--
Tomster


"Sue Mosher [MVP-Outlook]" wrote:

No, per-folder means per-folder. Each folder has its own labels.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Tomster" wrote in message ...
When you say "per folder" do you mean that if a user has a personal folder,
it would apply to that folder and all sub-folders or would we have to
manipulate the code for each sub folder as well.
--
Tomster


"Sue Mosher [MVP-Outlook]" wrote:

It's possible with custom programming scripts, assuming CDO 1.21 is installed on each machine. Search my http://www.outlookcode.com site for -- calendar color labels -- to see sample code. Note that the color labels are per-folder, not per-user

Outlook 2007 makes this process much easier.


"Tomster" wrote in message ...
When scheduling an activity, you are able to customize lables - description
and color... so that you can select the "Label" you want. e.g. Project
Overview meetings are blue. This allows you to standardize the color of
different types of activities on the calendar.

Once you have defined your label descriptions and colors, is it possible to
transfer these settings to other users or apply them Globally?

I am asking as I have two users who share calendars. They have defined the
labels so they are identical. If they want to apply a label to their own
calendar, the choices available are the ones they defined. HOWEVER, If they
try to apply a label to an activity on the other users calendar, the drop
down shows the orignal default settings.

So I guess what we really want to do is change the default listing... and
changing it on each machine does not appear to do that.

Thanks for any suggestions that can help resolve this.
--
Tomster


  #6  
Old June 2nd 06, 11:12 PM posted to microsoft.public.outlook.calendaring
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Labels

A calendar *is* a folder. Color labels apply only to calendar folders. Each calendar folder can have its own unique set of color labels.

Make sense now?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Tomster" wrote in message ...
Now I'm confused.

If I have the calendar open... and click on the Calendar Coloring button...
I can edit the name and colors for the label options. If I click anywhere
else (besides calendar) on the folders tree, I no longer see the calendar or
the calendar coloring option. So with apologies for being dense, I am not
sure how these settings are specific to a "folder" since the only place you
can set them is in the calendar, not a folder.

So maybe I am misunderstanding what you mean by folder in this context.
--
Tomster


"Sue Mosher [MVP-Outlook]" wrote:

No, per-folder means per-folder. Each folder has its own labels.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Tomster" wrote in message ...
When you say "per folder" do you mean that if a user has a personal folder,
it would apply to that folder and all sub-folders or would we have to
manipulate the code for each sub folder as well.
--
Tomster


"Sue Mosher [MVP-Outlook]" wrote:

It's possible with custom programming scripts, assuming CDO 1.21 is installed on each machine. Search my http://www.outlookcode.com site for -- calendar color labels -- to see sample code. Note that the color labels are per-folder, not per-user

Outlook 2007 makes this process much easier.


"Tomster" wrote in message ...
When scheduling an activity, you are able to customize lables - description
and color... so that you can select the "Label" you want. e.g. Project
Overview meetings are blue. This allows you to standardize the color of
different types of activities on the calendar.

Once you have defined your label descriptions and colors, is it possible to
transfer these settings to other users or apply them Globally?

I am asking as I have two users who share calendars. They have defined the
labels so they are identical. If they want to apply a label to their own
calendar, the choices available are the ones they defined. HOWEVER, If they
try to apply a label to an activity on the other users calendar, the drop
down shows the orignal default settings.

So I guess what we really want to do is change the default listing... and
changing it on each machine does not appear to do that.

Thanks for any suggestions that can help resolve this.
--
Tomster


  #7  
Old June 1st 06, 06:13 PM posted to microsoft.public.outlook.calendaring
Tomster
external usenet poster
 
Posts: 10
Default Labels

I did a quick check on CDO 1.21 and this shows as win98 and w2000. Both
machines are XP. Will this version work? Will it work without an Exchange
server.

Note: we are not using exchange. Using a product called WorkGroupShare to
share the calendars.
--
Tomster


"Sue Mosher [MVP-Outlook]" wrote:

It's possible with custom programming scripts, assuming CDO 1.21 is installed on each machine. Search my http://www.outlookcode.com site for -- calendar color labels -- to see sample code. Note that the color labels are per-folder, not per-user

Outlook 2007 makes this process much easier.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Tomster" wrote in message ...
When scheduling an activity, you are able to customize lables - description
and color... so that you can select the "Label" you want. e.g. Project
Overview meetings are blue. This allows you to standardize the color of
different types of activities on the calendar.

Once you have defined your label descriptions and colors, is it possible to
transfer these settings to other users or apply them Globally?

I am asking as I have two users who share calendars. They have defined the
labels so they are identical. If they want to apply a label to their own
calendar, the choices available are the ones they defined. HOWEVER, If they
try to apply a label to an activity on the other users calendar, the drop
down shows the orignal default settings.

So I guess what we really want to do is change the default listing... and
changing it on each machine does not appear to do that.

Thanks for any suggestions that can help resolve this.
--
Tomster


  #8  
Old June 1st 06, 06:28 PM posted to microsoft.public.outlook.calendaring
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Labels

CDO 1.21 is an optional component of Outlook. It has nothing to do with your operating system.

Whether Workgroup Share propagates calendar color labels as part of its sharing process is something you'd have to ask them. I'd to that first.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Tomster" wrote in message ...
I did a quick check on CDO 1.21 and this shows as win98 and w2000. Both
machines are XP. Will this version work? Will it work without an Exchange
server.

Note: we are not using exchange. Using a product called WorkGroupShare to
share the calendars.
--
Tomster


"Sue Mosher [MVP-Outlook]" wrote:

It's possible with custom programming scripts, assuming CDO 1.21 is installed on each machine. Search my http://www.outlookcode.com site for -- calendar color labels -- to see sample code. Note that the color labels are per-folder, not per-user

Outlook 2007 makes this process much easier.

"Tomster" wrote in message ...
When scheduling an activity, you are able to customize lables - description
and color... so that you can select the "Label" you want. e.g. Project
Overview meetings are blue. This allows you to standardize the color of
different types of activities on the calendar.

Once you have defined your label descriptions and colors, is it possible to
transfer these settings to other users or apply them Globally?

I am asking as I have two users who share calendars. They have defined the
labels so they are identical. If they want to apply a label to their own
calendar, the choices available are the ones they defined. HOWEVER, If they
try to apply a label to an activity on the other users calendar, the drop
down shows the orignal default settings.

So I guess what we really want to do is change the default listing... and
changing it on each machine does not appear to do that.

Thanks for any suggestions that can help resolve this.
--
Tomster


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can Outlook calendar labels sync with Palm OS labels? shysong Outlook - Calandaring 0 May 24th 06 05:38 PM
Contacts To Labels?? Shiraz Abdulla Outlook - Using Contacts 1 March 25th 06 05:58 PM
Calendar labels for everyone. Batesman Outlook - Installation 1 February 19th 06 11:52 PM
Address List for Labels BMW 740IL Outlook - Using Contacts 1 February 14th 06 06:33 AM
Day of the Week Labels Kelvin Outlook - Calandaring 1 January 18th 06 02:39 PM


All times are GMT +1. The time now is 06:39 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.