Re: Wrap all day event subject line

Status
Not open for further replies.
H

hunter3740

Jay, you are a genius among forum would-be-solution-providers; I'm tired of

people plainly offering would-be solutions and even if they did suggest the

right thing, why not include the how-to. The Printing Assistant (a.k.a.

CPAO) is junk; the only hope for it is editing xml, which is *NOT* for

ordinary people:

<SpanningAllDayArea MaxSize="96"
<AllDayAppointment Height="32"
<Content Orientation="Fill" FontSize="8pt" TextWrapping="Wrap"
<ContentElement Source="Subject" /
<ContentElement Source="CategorySymbols"/
</Content
</AllDayAppointment
</SpanningAllDayArea
I've tried all kinds of values for Height (e.g. auto or *), just using 32

for now (instead of 16), which forces all alldayappointments to have two

lines of space and TextWrapping works (i.e. simply removing the "No" from in

front of "Wrap" did the trick).

The fill color is another issue (i.e. haven't figured out how to get the

category colors as the fill color); so, for now, just including the colored

dot in the content area).

I'm better off just printing the Outlook 2007 calendar in monthly view

without the weekends and I pretty much get what I want (but the long subjects

get truncated, but at least more to preview without the weekends getting in

the way), as the other option is crappy old-school looking macros for Word or

Excel and CPAO, which is *JUNK*.

"Jay" wrote:


> And where in "The Calendar Printing Assistant for Office Outlook 2007" does
> one find the Word Wrap feature??
 
> people plainly offering would-be solutions and even if they did suggest
> the
> right thing, why not include the how-to.


We don't have time to "do the homework" for everything or everyone. If its

something we've done for ourselves, then we'll have the specific solution,

otherwise we try to point people in the right direction and hope they can

figure it out on their own.

"hunter3740" <hunter3740> wrote in message

news:0F88F9B7-E437-45A7-83B0-6979A0E943D6@microsoft.com...
> Jay, you are a genius among forum would-be-solution-providers; I'm tired
> of
> people plainly offering would-be solutions and even if they did suggest
> the
> right thing, why not include the how-to. The Printing Assistant (a.k.a.
> CPAO) is junk; the only hope for it is editing xml, which is *NOT* for
> ordinary people:

> <SpanningAllDayArea MaxSize="96"
> <AllDayAppointment Height="32"
> <Content Orientation="Fill" FontSize="8pt" TextWrapping="Wrap"
> <ContentElement Source="Subject" /
> <ContentElement Source="CategorySymbols"/
> </Content
> </AllDayAppointment
> </SpanningAllDayArea
> I've tried all kinds of values for Height (e.g. auto or *), just using 32
> for now (instead of 16), which forces all alldayappointments to have two
> lines of space and TextWrapping works (i.e. simply removing the "No" from
> in
> front of "Wrap" did the trick).

> The fill color is another issue (i.e. haven't figured out how to get the
> category colors as the fill color); so, for now, just including the
> colored
> dot in the content area).

> I'm better off just printing the Outlook 2007 calendar in monthly view
> without the weekends and I pretty much get what I want (but the long
> subjects
> get truncated, but at least more to preview without the weekends getting
> in
> the way), as the other option is crappy old-school looking macros for Word
> or
> Excel and CPAO, which is *JUNK*.

> "Jay" wrote:
>
> > And where in "The Calendar Printing Assistant for Office Outlook 2007"
> > does
> > one find the Word Wrap feature??

>
 
I was able to use the Height="32" change below this line to get "Subject" Events to word wrap nicely!!!. - Sorry dont know the proper terms. Wish they all didn't have to default to 32 pixels high :confused: : [

This leaves less room for other appointments. - I had to shrink the text to compensate. : ]

______

<AllDayAppointment Height="32" Margin="2,1,2,0" Style="SingleAppointment"
<Bar Visibility="Collapsed" Orientation="Left" Width="5" BorderThickness="0,0,1,0"
<ConditionalFormat Condition="BusyStatus eq 'Free'" Visibility="Visible" Style="SingleAppointmentBarFree"/
<ConditionalFormat Condition="BusyStatus eq 'Tentative'" Visibility="Visible" Style="SingleAppointmentBarTentative"/
<ConditionalFormat Condition="BusyStatus eq 'OutOfOffice'" Visibility="Visible" Style="SingleAppointmentBarOOF"/
</Bar
<Content Orientation="Fill" Margin="2,0,2,0" HorizontalAlignment="Left" Separator="116" SeparatorFontFamily="WingDings" FontSize="6pt" TextWrapping="Wrap"
<ContentElement Source="Subject" FontWeight="Bold"/>
 
Changing the margin settings should help a little too - the margin # are in this order: top, right, bottom, left. Margin="1,0,1,0" would give you a little less padding top and bottom and no padding let and right.
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
S View Appointment in Text Wrap in Outlook 2007 Month Calendar View Using Outlook 0
D Word Wrap Subject Using Outlook 1
P Wrap day in month calendar Using Outlook 1
C Outlook 2010 some messages received have no word wrap Using Outlook 1
G No word wrap in HTML email. Using Outlook 8
S ->[O2007] Any way to know the Plain Text Wrap limit? Outlook VBA and Custom Forms 2
J Calendar events created on iPhone automatically changing default alert from 'None' to 'Time of Event' Using Outlook.com accounts in Outlook 0
T How to get an EVENT COLOR option in Outlook 2021 ? Using Outlook 0
J Cannot edit a calendar event received as an invitation Using Outlook 2
T Event Error on non existent Event. Using Outlook 2
J Event/Meeting in Outlook Does Not Align with SharePoint Calendar Using Outlook 5
P Calendar Day View only shows 1 all day event Using Outlook 0
G Event when creating task from mailitem Outlook VBA and Custom Forms 2
diver864 vba for a rule to automatically accept meeting requests with 'vacation' in subject, change to all-day event, change to free, don't send reply Outlook VBA and Custom Forms 1
J Outlook 2010 Outlook/Win7 Client logging Event ID 36887 Using Outlook 0
K Recurring all day annual event Using Outlook 3
P Restore an individual all-day recurring event Using Outlook 2
K VBA BeforeItemMove event create rule to always move to its folder. Outlook VBA and Custom Forms 4
K Working with Explorer.Close event Outlook VBA and Custom Forms 3
F Outlook 2016 call to Stop Timer Event Outlook VBA and Custom Forms 4
D Event ID issues Exchange Server Administration 2
J ItemChange event Outlook VBA and Custom Forms 11
T Outlook 2016 Calendar multiday event display Using Outlook 4
oliv- Treat once an email with the ItemAdd event in a shared mailbox Outlook VBA and Custom Forms 2
M Automatically create event in calendar when task is created Outlook VBA and Custom Forms 1
A UID field in iCal files - unique per-event or per-user or both? Using Outlook 2
D help with Item/Inspector close event Outlook VBA and Custom Forms 1
B on flag message event - create task Outlook VBA and Custom Forms 22
Diane Poremsky Change the All Day Event Default Free/Busy to "Busy" Using Outlook 3
C Calendar - Centering an event in Outlook? Using Outlook 1
J Outlook calendar...How to add an event or appointment without a border around it? Using Outlook 9
J Create Calendar Alert Event form Mail Subject line? Using Outlook 4
S Item Add Event fires intermittently Outlook VBA and Custom Forms 3
R Why is a meeting organizer me and not the creator of the event? Using Outlook 1
V Calendar event acting odd Using Outlook 7
G Capture "forward event" ? Outlook VBA and Custom Forms 11
P Change the Outlook.com "from" address for calendar event invites Using Outlook 9
20 Ton Squirrel Detect Application_Startup event completion Outlook VBA and Custom Forms 1
L Outlook 2007 All Day Event Using Outlook 27
I Event listener for deleted items Using Outlook 6
M Save Attachments Event? Using Outlook 0
Commodore Calendar Folder property is missing - Event 27 Using Outlook 11
G Quit event code - 2007 Using Outlook 3
J Capturing forward event when multiple items are selected Using Outlook 0
P Trying to get 'Calendar Name' to appear like 'Subject' and 'Location' in event Using Outlook 0
G What event happens when you open 2 copies of your inbox? Using Outlook 5
D Adding a participant automatically to a calendar event Using Outlook 1
H Changing Organizer of event (for single to total calendar move; long way ) Exchange Server Administration 4
N Combobox in outlook add ons toolbar not firing event on main window resized Using Outlook 3
D Extracting Location info from All Day Event in mailboxes into webpage Exchange Server Administration 3

Similar threads

Back
Top