

You can easily create an event to add to your Google Calendar for those who don’t use Outlook and use Gmail instead. “Wouldn’t it be nice if you could set a reminder to circle back around to an item without feeling like you have to search your inbox?”īonus: Create a Gmail event. When creating a task from an email, the email subject line will auto-populate as the name of the task, and then you can adjust the task settings by setting a due date, creating reminders, and including notes. Your To Do app makes it easy to manage everything in one place, without having to multi-task in one app. The mobile app and browser versions of Outlook make it easy to create a task that can be managed with the Microsoft To Do app and integrated into your mobile notifications, which helps keep you up to date when you’re going about your day. You can click the time zones option to choose the time zone from which the meeting originates. One feature that’s helpful when sending a message to people in different parts of the country is identifying the time zone of the event.

Because you’re sending the event as an email, you can also create a note with additional information for your recipients upon receipt of the message. Similar to dragging your message to the calendar icon, the reply with meeting feature lets you fill in pertinent details for the event. Sending a reply message to create a meeting adds the event to your personal calendar, and either automatically adds it to your recipients’ calendar or provides them with an option to do so. You might use the reply with meeting feature from your personal email address if you’re setting up a phone call or lunch with friends. You can reply to a message to convert an Outlook email to a calendar event that includes the sender and everyone else on the feed. The event will also save the original message, so you have access to all the information you need, like addresses, specific notes, and more. You can include the time of the event, how long it will last, the location, and when you’d like notifications to pop up. Once you’ve placed the email in your calendar, a new window will pop up for you to fill in the details. Creating an email calendar event is as easy as dragging a message to the calendar icon in the lower-lefthand corner of your Outlook window. Synching your everyday to-do list with your Outlook account can help you keep everything in order and make your day go smoother. There are functions built into the program that help you manage everything from your inbox to spam messages to your daily calendar. The Outlook desktop program is designed with your busy schedule in mind. Drag the message to your calendar icon.Read on to learn three easy ways to create an email calendar event. If you’ve synched your mobile apps with your desktop programs, you can choose to have notifications pop up on your desktop as well as your phone, which lets you instantly see what’s coming up today, tomorrow, or next week. This doesn't seem like it would be the only solution hence updating my own post instead of answering my question as this seems a bit long winded (using another application just to give me formatting, when I can copy and paste text manually just fine all in Outlook).Check all your emails and manage multiple calendars in one place across. MsgBox "Could not get Word.Document for " & _ Set objSel2 = objDoc2.Windows(1).Selection ' get a Word.Selection from the source item
#CREATE TASK FROM MAIL IN BUSYCAL CODE#
I found a bit of code that uses a word document to preserve the formatting: Sub CopyFullBody(sourceItem As Object, targetItem As Object) Set fldTemp = fso.GetSpecialFolder(2) ' TemporaryFolderįor Each objAtt In objSourceItem.Attachments Set fso = CreateObject("Scripting.FileSystemObject") Set objMail = Īnd here is the script for the attachments Sub CopyAttachments(objSourceItem, objTargetItem) Subj = Right(objMail.Subject, Len(objMail.Subject) - 4)ĮlseIf TypeName(objApp.ActiveWindow) = "Inspector" Then If Left(objMail.Subject, 3) = "RE:" Or Left(objMail.Subject, 3) = "FW:" Then If TypeName(objApp.ActiveWindow) = "Explorer" Thenįor Each objMail In Set objTask = Application.CreateItem(olTaskItem)

I know it is possible as I've copied the body of an email directly across to the body of a task manually and it is preserved fine. My main frustration is that it won't preserve the html format, and deals with embedded images as attachments. I have a little script that converts an email into a Task in my outlook.
