Old HTML page that displayed public Outlook calendar broke in 2007

Last post 03-27-2008 4:15 PM by mahalie. 0 replies.

Sort Posts:

  • Old HTML page that displayed public Outlook calendar broke in 2007

    03-27-2008, 4:15 PM
    • Loading...
    • mahalie
    • Joined on 01-21-2006, 1:10 AM
    • Posts 24

    Hello, I'm not a programmer, please tell me what forum or place to post this if this is not the correct one. I know HTML and some ASP but not ASP.NET very well at all.

    We have a web page that displays a public folder calendar that our users can checkout things like laptops, cars, etc. on the web page. Below is the code and I have posted some screenshots of what I'm talking about on Flickr. The following still displays the calendars but there seems to be no way to get the monthly calendar view to show. My sysadmins want me to fix this as we are about to deploy Outlook 2007 and people will complain a lot about this. Our company is upgrading from Exchange Server 2003 to 2007 and they will replace this whole system with resource signout built in, so this is just a stop gap. Any fix, existing solution or "get started" kit, I know SDKs for Outlook exist but I haven't used one yet. Someone please point me in a good direction for a total newb. Obviously cut and paste code is ideal for me! One thing I did consider was putting in a javascript generic calendar view and using javascript to change all the calendars show to selected date using JS but I don't know how to manipulate these MS-specific object tags at all!!!!

    A million thanks in advance for any useful leads that a non asp.net front-ender like me could understand!!!! 

    1    <html>
    2    <head>
    3    <title>Company Cars</title>
    4    <script language="VBScript">
    5    </script>
    6    </head>
    7    <link rel="stylesheet" type="text/css" href="../../help.css">
    8    <h2>Company Cars<span style="font: 9pt Arial"></span> <a style="font: 8pt verdana; color: blue;" href="javascript:window.location.reload();">(reload)</a></h2>
    9    <div align="left">
    10   <table cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#EEEEEE" align="left" width="100%" border="4"><tr>
    11     <td class="CALCELL" width="50%">
    12   <span lang="en-us"><font color="#000000">CAR NAME</font> <small>CAR DESCRIPTION</small></span><br>
    13   <object classid="clsid:0006F063-0000-0000-C000-000000000046" style="WIDTH:98%; HEIGHT: 445" VIEWASTEXT>
    14   <param NAME="Folder" VALUE="\\Public Folders\All Cars\Car Name">
    15   <param NAME="Namespace" VALUE="MAPI">
    16   <param NAME="Restriction" VALUE>
    17   <param NAME="DeferUpdate" VALUE="0">
    18     <param name="Dirty" value="0">
    19     <param name="Filter" value>
    20     <param name="FilterAppend" value>
    21     <param name="EnableRowPersistance" value="0">
    22     <param name="ViewXML" value="23   <view type="calendar">
    24   	<viewname>Day/Week/Month</viewname>
    25   	<viewstyle>table-layout:fixed;width:100%;font-family:Tahoma;font-style:normal;font-weight:normal;font-size:8pt;color:Black</viewstyle>
    26   	<viewtime>0</viewtime>
    27   	<mode>0</mode>
    28   	<splitterwidth>-1</splitterwidth>
    29   	<splitterheight>-1</splitterheight>
    30   	<displaytimeunits>30</displaytimeunits>
    31   	<taskfilter>1</taskfilter>
    32   	<includenodue>1</includenodue>
    33   	<lunarinfotype>0</lunarinfotype>
    34   	<rokuyou>0</rokuyou>
    35   	<startfield>urn:schemas:calendar:dtstart</startfield>
    36   	<endfield>urn:schemas:calendar:dtend</endfield>
    37   	<calendarstyle>font-size:16pt</calendarstyle>
    38   	<previewpane>
    39   		<markasread>0</markasread>
    40   		<aligntobottom>0</aligntobottom>
    41   		<previewwidth>0</previewwidth>
    42   		<previewheight>500</previewheight>
    43   	</previewpane>
    44   	<embeddedview type="table">
    45   		<viewstyle>table-layout:fixed;width:100%;font-family:Tahoma;font-style:normal;font-weight:normal;font-size:8pt;color:Black</viewstyle>
    46   		<viewtime>0</viewtime>
    47   		<linecolor>8421504</linecolor>
    48   		<linestyle>3</linestyle>
    49   		<gridlines>1</gridlines>
    50   		<newitemrow>1</newitemrow>
    51   		<incelledit>1</incelledit>
    52   		<collapsestate></collapsestate>
    53   		<rowstyle>background-color:#ffffff</rowstyle>
    54   		<headerstyle>background-color:#d3d3d3</headerstyle>
    55   		<previewstyle>color:Blue</previewstyle>
    56   		<column>
    57   			<name>HREF</name>
    58   			<prop>DAV:href</prop>
    59   			<checkbox>1</checkbox>
    60   		</column>
    61   		<column>
    62   			<heading>Icon</heading>
    63   			<prop>http://schemas.microsoft.com/mapi/proptag/0x0fff0102</prop>
    64   			<bitmap>1</bitmap>
    65   			<width>18</width>
    66   			<style>padding-left:3px;;text-align:center</style>
    67   		</column>
    68   		<column>
    69   			<format>boolicon</format>
    70   			<heading>Complete</heading>
    71   			<prop>http://schemas.microsoft.com/mapi/id/{00062003-0000-0000-C000-000000000046}/811c000b</prop>
    72   			<type>boolean</type>
    73   			<bitmap>1</bitmap>
    74   			<maxrows>103219200</maxrows>
    75   			<width>35</width>
    76   			<style>padding-left:3px;;text-align:center</style>
    77   			<displayformat>3</displayformat>
    78   		</column>
    79   		<column>
    80   			<heading>TaskPad</heading>
    81   			<prop>urn:schemas:httpmail:subject</prop>
    82   			<type>string</type>
    83   			<width>124</width>
    84   			<style>padding-left:3px;;text-align:left</style>
    85   			<userheading>TaskPad</userheading>
    86   		</column>
    87   		<groupbydefault>0</groupbydefault>
    88   		<previewpane>
    89   			<markasread>0</markasread>
    90   			<previewwidth>0</previewwidth>
    91   			<previewheight>500</previewheight>
    92   		</previewpane>
    93   	</embeddedview>
    94   </view>
    95   ">
    96   </object>
    97   </td><td class="CALCELL" width="50%">
    98   <span lang="en-us"><font color="#000000">CAR NAME2</font> <small>description of vehicle</small></span>
    99         <object classid="clsid:0006F063-0000-0000-C000-000000000046" id="OVCtl2" width="98%" height="445" hspace="2">
    100             <param NAME="Folder" VALUE="\\Public Folders\All Cars\Car Name2">
    101          <param name="Namespace" value="MAPI">
    102          <param name="Restriction" value>
    103          <param name="DeferUpdate" value="0">
    104          <param name="Dirty" value="0">
    105          <param name="Filter" value>
    106          <param name="FilterAppend" value>
    107          <param name="EnableRowPersistance" value="0">
    108          <param name="ViewXML" value="109  <view type="calendar">
    110  	<viewname>Day/Week/Month</viewname>
    111  	<viewstyle>table-layout:fixed;width:100%;font-family:Tahoma;font-style:normal;font-weight:normal;font-size:8pt;color:Black</viewstyle>
    112  	<viewtime>211288104</viewtime>
    113  	<mode>0</mode>
    114  	<splitterwidth>174</splitterwidth>
    115  	<splitterheight>32767</splitterheight>
    116  	<displaytimeunits>30</displaytimeunits>
    117  	<taskfilter>1</taskfilter>
    118  	<includenodue>1</includenodue>
    119  	<lunarinfotype>0</lunarinfotype>
    120  	<rokuyou>63</rokuyou>
    121  	<startfield>urn:schemas:calendar:dtstart</startfield>
    122  	<endfield>urn:schemas:calendar:dtend</endfield>
    123  	<daystyle>font-family:CityBlueprint</daystyle>
    124  	<weekstyle></weekstyle>
    125  	<monthstyle></monthstyle>
    126  	<calendarstyle>font-family:Book Antiqua;font-size:16pt</calendarstyle>
    127  	<previewpane>
    128  		<markasread>0</markasread>
    129  		<previewwidth>0</previewwidth>
    130  		<previewheight>500</previewheight>
    131  	</previewpane>
    132  	<embeddedview type="table">
    133  		<viewstyle>table-layout:fixed;width:100%;font-family:Tahoma;font-style:normal;font-weight:normal;font-size:8pt;color:Black</viewstyle>
    134  		<viewtime>211288104</viewtime>
    135  		<linecolor>8421504</linecolor>
    136  		<linestyle>3</linestyle>
    137  		<gridlines>1</gridlines>
    138  		<newitemrow>1</newitemrow>
    139  		<incelledit>1</incelledit>
    140  		<collapsestate></collapsestate>
    141  		<rowstyle>background-color:#ffffff</rowstyle>
    142  		<headerstyle>background-color:#d3d3d3</headerstyle>
    143  		<previewstyle>color:Blue</previewstyle>
    144  		<column>
    145  			<name>HREF</name>
    146  			<prop>DAV:href</prop>
    147  			<checkbox>1</checkbox>
    148  		</column>
    149  		<column>
    150  			<heading>Icon</heading>
    151  			<prop>http://schemas.microsoft.com/mapi/proptag/0x0fff0102</prop>
    152  			<bitmap>1</bitmap>
    153  			<width>18</width>
    154  			<style>padding-left:3px;;text-align:center</style>
    155  		</column>
    156  		<column>
    157  			<format>boolicon</format>
    158  			<heading>Complete</heading>
    159  			<prop>http://schemas.microsoft.com/mapi/id/{00062003-0000-0000-C000-000000000046}/811c000b</prop>
    160  			<type>boolean</type>
    161  			<bitmap>1</bitmap>
    162  			<width>35</width>
    163  			<style>padding-left:3px;;text-align:center</style>
    164  			<displayformat>3</displayformat>
    165  		</column>
    166  		<column>
    167  			<heading>TaskPad</heading>
    168  			<prop>urn:schemas:httpmail:subject</prop>
    169  			<type>string</type>
    170  			<width>88</width>
    171  			<style>padding-left:3px;;text-align:left</style>
    172  			<userheading>TaskPad</userheading>
    173  		</column>
    174  		<orderby>
    175  			<order>
    176  				<heading>TaskPad</heading>
    177  				<prop>urn:schemas:httpmail:subject</prop>
    178  				<type>string</type>
    179  				<userheading>TaskPad</userheading>
    180  				<sort>asc</sort>
    181  			</order>
    182  		</orderby>
    183  		<groupbydefault>0</groupbydefault>
    184  		<previewpane>
    185  			<markasread>0</markasread>
    186  			<previewwidth>0</previewwidth>
    187  			<previewheight>500</previewheight>
    188  		</previewpane>
    189  	</embeddedview>
    190  </view>
    191  ">
    192        </object>
    193  </td></tr>
    194  <tr>
    195    <td class="ð" width="50%">
    196  <span lang="en-us"><font color="#000000">CAR NAME3</font> <small>description of vehicle</small></span>
    197        <object classid="clsid:0006F063-0000-0000-C000-000000000046" id="OVCtl2" width="98%" height="445" hspace="2">
    198             <param NAME="Folder" VALUE="\\Public Folders\All Cars\Car Name3">
    199          <param name="Namespace" value="MAPI">
    200          <param name="Restriction" value>
    201          <param name="DeferUpdate" value="0">
    202          <param name="Dirty" value="0">
    203          <param name="Filter" value>
    204          <param name="FilterAppend" value>
    205          <param name="EnableRowPersistance" value="0">
    206          <param name="ViewXML" value="207  <view type="calendar">
    208  	<viewname>Day/Week/Month</viewname>
    209  	<viewstyle>table-layout:fixed;width:100%;font-family:Tahoma;font-style:normal;font-weight:normal;font-size:8pt;color:Black</viewstyle>
    210  	<viewtime>211288104</viewtime>
    211  	<mode>0</mode>
    212  	<splitterwidth>174</splitterwidth>
    213  	<splitterheight>32767</splitterheight>
    214  	<displaytimeunits>30</displaytimeunits>
    215  	<taskfilter>1</taskfilter>
    216  	<includenodue>1</includenodue>
    217  	<lunarinfotype>0</lunarinfotype>
    218  	<rokuyou>63</rokuyou>
    219  	<startfield>urn:schemas:calendar:dtstart</startfield>
    220  	<endfield>urn:schemas:calendar:dtend</endfield>
    221  	<daystyle>font-family:CityBlueprint</daystyle>
    222  	<weekstyle></weekstyle>
    223  	<monthstyle></monthstyle>
    224  	<calendarstyle>font-family:Book Antiqua;font-size:16pt</calendarstyle>
    225  	<previewpane>
    226  		<markasread>0</markasread>
    227  		<previewwidth>0</previewwidth>
    228  		<previewheight>500</previewheight>
    229  	</previewpane>
    230  	<embeddedview type="table">
    231  		<viewstyle>table-layout:fixed;width:100%;font-family:Tahoma;font-style:normal;font-weight:normal;font-size:8pt;color:Black</viewstyle>
    232  		<viewtime>211288104</viewtime>
    233  		<linecolor>8421504</linecolor>
    234  		<linestyle>3</linestyle>
    235  		<gridlines>1</gridlines>
    236  		<newitemrow>1</newitemrow>
    237  		<incelledit>1</incelledit>
    238  		<collapsestate></collapsestate>
    239  		<rowstyle>background-color:#ffffff</rowstyle>
    240  		<headerstyle>background-color:#d3d3d3</headerstyle>
    241  		<previewstyle>color:Blue</previewstyle>
    242  		<column>
    243  			<name>HREF</name>
    244  			<prop>DAV:href</prop>
    245  			<checkbox>1</checkbox>
    246  		</column>
    247  		<column>
    248  			<heading>Icon</heading>
    249  			<prop>http://schemas.microsoft.com/mapi/proptag/0x0fff0102</prop>
    250  			<bitmap>1</bitmap>
    251  			<width>18</width>
    252  			<style>padding-left:3px;;text-align:center</style>
    253  		</column>
    254  		<column>
    255  			<format>boolicon</format>
    256  			<heading>Complete</heading>
    257  			<prop>http://schemas.microsoft.com/mapi/id/{00062003-0000-0000-C000-000000000046}/811c000b</prop>
    258  			<type>boolean</type>
    259  			<bitmap>1</bitmap>
    260  			<width>35</width>
    261  			<style>padding-left:3px;;text-align:center</style>
    262  			<displayformat>3</displayformat>
    263  		</column>
    264  		<column>
    265  			<heading>TaskPad</heading>
    266  			<prop>urn:schemas:httpmail:subject</prop>
    267  			<type>string</type>
    268  			<width>88</width>
    269  			<style>padding-left:3px;;text-align:left</style>
    270  			<userheading>TaskPad</userheading>
    271  		</column>
    272  		<orderby>
    273  			<order>
    274  				<heading>TaskPad</heading>
    275  				<prop>urn:schemas:httpmail:subject</prop>
    276  				<type>string</type>
    277  				<userheading>TaskPad</userheading>
    278  				<sort>asc</sort>
    279  			</order>
    280  		</orderby>
    281  		<groupbydefault>0</groupbydefault>
    282  		<previewpane>
    283  			<markasread>0</markasread>
    284  			<previewwidth>0</previewwidth>
    285  			<previewheight>500</previewheight>
    286  		</previewpane>
    287  	</embeddedview>
    288  </view>
    289  ">
    290        </object>
    291  </td>
    292  <td></td>
    293  </tr></table>
    294  </div>
    295  </body>
    296  </html>
    
      

     

Page 1 of 1 (1 items)
Microsoft Communities
Page view counter