Questions tagged «meetings»

5
如何调整Outlook中重新出现的会议的开始和结束时间?
我遇到这样的情况,我的Outlook日历中有一些重复的会议,我想为其更改开始时间和结束时间。我不是最初创建会议的,并且我不想更改被邀请参加会议的其他用户的时间。我只想在日历上移动开始/结束时间。如果仅打开一次会议,则可以轻松完成此操作。但是,如果我打开该系列,则无法。我有Outlook 2010。 我该怎么做?

1
延迟Outlook 2010中的会议邀请 - vba
我正在尝试编写一个代码来安排会议邀请,并在以后的日期/时间自动延迟发送给参与者,即延迟发送会议邀请 下面是代码,但是我想在30分钟后发送邀请时发出错误。 错误行: Application.Wait(Now + TimeValue(“06:30:00”)) 真的很感谢这方面的帮助。非常感谢 Sub Book_meeting_room() Dim olApp As Outlook.Application Dim olApt As AppointmentItem Set olApp = Outlook.Application 'Creating Outlook Session Set olApt = olApp.CreateItem(olAppointmentItem) 'Creating an Appointment With olApt .MeetingStatus = olMeeting 'olAppointmentItem with Meeting status olMeeting 'becomes a OL Meeting Item. .Subject = "Room 1" …

0
某些用户未显示Outlook打开定期项目对话框
我的前任为我们的团队创建了定期会议。定期会议的标题是“可用”。当一个成员需要特定的会议时间(让我们说下一个星期一),它会将这个特定事件的标题改为“保留”。通过这种方式,团队可以安排会议主题。 这是问题,通常当您单击其中一个定期会议时,将显示“打开定期项目对话框”。 [1]: https://i.stack.imgur.com/3iBqt.png I Don't have enough reputation on this site to post pictures. So the popup is the one displaying : "*This is one appointement in a series. What do you want to open? "* And then 2 radio buttons *"Just this one"* or "*The entire series*" 所以问题在于,对于某些用户来说,这个弹出窗口不会显示,也不能选择修改单个实例。最终结果是因为他们无法选择仅修改一个事件,所以整个系列正在被修改。 …
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.