Appointment 约会 1,仅自己 Yes Yes Task 任务 1,仅自己 Yes No 从上表可以看到多人协作时用会议,自己的任务推荐新建约会。而任务是我不太愿意使用的,因为它不能在日历里显示,就意味着,你需要同时打开日历、任务界面去看,这样很不友好,不如把所有的任务都放在一个日历里,这样安排时间就非常easy。
Set oItems = _ Outlook.Application.Session.GetDefaultFolder(olFolderCalendar).Items Set oItemNew = oItems.Item(1) ' If no other add-ins have the same recurring appointment open, ' the new references reflect the current exception count. Set oEx2 = oItemNew.GetRecurrencePattern().Exceptions ...
Set myNamespace = Application.GetNamespace("MAPI") Set myFolder = myNamespace.GetDefaultFolder(olFolderCalendar) Set myItems = myFolder.Items Set myApptItem = myItems("Meet with Boss") 'Get the recurrence pattern for this appointment 'and obtain the occurrence for 3/12/03. myDate = #...
区别如下:_pppointment是指约会,任命,委派。而meeting是指比较重要的会议,如公司会议等。
Set myNamespace = Application.GetNamespace("MAPI") Set myFolder = myNamespace.GetDefaultFolder(olFolderCalendar) Set myItems = myFolder.Items Set myApptItem = myItems("Meet with Boss") 'Get the recurrence pattern for this appointment 'and obtain the occurrence for 3/12/03. myDate = #...
Create an event On the navigation pane, selectCalendar. SelectNew Event. Note:If you select a date and time in the calendar, the date and time you selected are automatically entered in a new appointment window. Add the event name inNew Event. ...
You can change an appointment, meeting, or event that you created to update your Outlook calendar and to let other people know about schedule changes. Important:You can't change the details for meetings or events other people have invited you to. ...
Use the CreateItem method to create an AppointmentItem object that represents a new appointment.Use Items (index), where index is the index number of an appointment or a value used to match the default property of an appointment, to return a single AppointmentItem object from a Calendar folder...
Excel Office for Mac Outlook 概述 概念 操作说明主题 对象模型 概述 Account 对象 AccountRuleCondition 对象 Accounts 对象 AccountSelector 对象 Action 对象 Actions 对象 AddressEntries 对象 AddressEntry 对象 AddressList 对象 AddressLists 对象 AddressRuleCondition 对象 ...
Sub Appointment() 'Creates an appointment to access ShowCategoriesDialog Dim olApptItem As Outlook.AppointmentItem 'Creates appointment item Set olApptItem = Application.CreateItem(olAppointmentItem) olApptItem.Body = "Please meet with me regarding these sales figures." olApptItem.Recipients.Add ("Da...