从Outlook Web Access发布的日历强制日视图 [英] Force Day View of Calendar Published from Outlook Web Access

查看:87
本文介绍了从Outlook Web Access发布的日历强制日视图的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有办法强制查看通过Outlook Web Access 2013发布的Outlook日历,以便它显示日视图或周视图,而无需用户单击图标来更改视图?  我想默认显示日视图日历(或
视图周)。  我可以成功发布日历,但用户必须单击图标才能更改视图。  我想在数字标牌上的iframe中显示日历,用户无法点击或触摸图标。  是否可以在网址中传递
参数?


解决方案

<你好Brian,


我建议在
Exchange Server for Developers
论坛。您也可以找到
Exchange Server 2010 Outlook Web App自定义SDK
非常有用。


对于Microsoft Office Outlook,您可以使用
CurrentView
属性的资源管理器或文件夹类,其中r eturns a   查看  对象
代表当前视图。 
获取  查看   对象,查看当前的  资源管理器
使用 
< a href ="https://msdn.microsoft.com/en-us/library/office/ff861617.aspx"style ="color:#00188f;行高:1.42em; font-family:'Segoe UI Semibold','Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;字体大小:1em的; text-decoration:none"> Explorer.CurrentView   而不是
 
CurrentView   当前属性 文件夹   对象
 
Explorer.CurrentFolder


  查看   对象允许您创建可自定义的视图,以便您更好地对所有不同类型的数据进行排序,分组和最终查看。有多种不同的视图类型可以提供
创建和维护重要数据所需的灵活性。



  • 表格视图类型( olTableView )允许您在简单的基于字段的表格中查看数据。
  • 日历视图类型( olCalendarView )允许您以日历格式查看数据。
  • 卡片视图类型( olCardView )允许您查看一系列卡片中的数据。卡片显示商品所包含的信息并可以进行分类。
  • 图标视图类型( olIconView )允许您将数据视为图标,类似于Windows文件夹或资源管理器。
  • 时间轴视图类型( olTimelineView )允许您在可自定义的线性时间线中查看收到的数据。

使用  查看   对象  XML   属性。
  XML   属性允许您创建和设置定义视图各种功能的自定义XML架构。



Is there a way to force the view of the Outlook calendar published through Outlook Web Access 2013 so that it displays the day or week view without the user having to click on an icon to change the view?  I want to display a day view calendar (or week view) by default.  I can successfully publish the calendar but a user has to click the icons to change the view.  I want to display the calendar in an iframe on a digital sign and the user won't have a way to click or touch the icon.  Are there parameters that can be passed in the url?

解决方案

Hello Brian,

I'd suggest asking OWA specific questions on the Exchange Server for Developers forum instead. Also you may find the Exchange Server 2010 Outlook Web App Customization SDK helpful.

As for Microsoft Office Outlook you can use the CurrentView property of the Explorer or Folder classes which returns a View object representing the current view. To obtain a View object for the view of the current Explorer, use Explorer.CurrentView instead of the CurrentView property of the currentFolder object returned by Explorer.CurrentFolder.

The View object allows you to create customizable views that allow you to better sort, group and ultimately view data of all different types. There are a variety of different view types that provide the flexibility needed to create and maintain your important data.

  • The table view type (olTableView) allows you to view data in a simple field-based table.
  • The Calendar view type (olCalendarView) allows you to view data in a calendar format.
  • The card view type (olCardView) allows you to view data in a series of cards. Each card displays the information contained by the item and can be sorted.
  • The icon view type (olIconView) allows you to view data as icons, similar to a Windows folder or explorer.
  • The timeline view type (olTimelineView) allows you to view data as it is received in a customizable linear time line.

Views are defined and customized using the View object's XML property. The XML property allows you to create and set a customized XML schema that defines the various features of a view.


这篇关于从Outlook Web Access发布的日历强制日视图的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆