|
|
Browse by Tags
All Tags » DevMsgTeam » appointment (RSS)
Showing page 1 of 2 (19 total posts)
-
While working with one of my customer we noticed that the yearly recurring appointment doesn’t show in Outlook Web Access or Exchange Web Services(EWS) application. Customer created a monthly or yearly recurring appointment. He set the request to occur on the second, third, or fourth weekday of a month. But, whenever we use Outlook Web Access (OWA) client or customer’s Exchange Web Service (EWS) application to view this request, the request is set to occur on the first weekday of the month; but strangely,
Posted to Le Café Central de DeVa (Weblog) by deva on July 22, 2009
Filed under: Exchange Web Services (EWS), Outlook 2007, KB, meeting request, appointment, DevMSGTeam, Programming, development, OWA, EWS, EWS Troubleshooting, problems, Rollup, Recurring Appointment, Service Pack
-
My customer has CDOEX based legacy application which pulls the calendar and appointment items. Later they had merged their Exchange Server 2003 SP2 along with Exchange Server 2007 SP1 – mixed mode environment. He had an unique issue, whenever he tries to access couple of appointments created in Exchange Server 2007 environment, his CDOEX application throws the error : 8004011B: Unknown Error which means MAPI_E_CORRUPT_DATA. When we started troubleshooting we found that those appointments were created
Posted to Le Café Central de DeVa (Weblog) by deva on January 29, 2009
Filed under: Exchange Web Services (EWS), Exchange Server 2007, Exchange Server 2003, Migration, CDOEX, Calendar, KB, appointment, DevMSGTeam, Known Issues, MSDN, .Net, MAPI Error
-
Here is a helpful sample of using EWS to get a list of calendar items and displaying them in a ListView. You should be able to use this with he sample I published prior on creating a CalendarView: Sample: Using Calendar Views with EWS. http://blogs.msdn.com/webdav_101/archive/2009/01/05/sample-using-calendar-views-with-ews.aspx The sample below calls GetFileAttachmentsCount, which I have blogge here: Sample: How to get the number of file attachments with EWS. http://blogs.msdn.com/webdav_101/archive/2009/01/10/sample-how-to-get-the-number-of-file-attachments-with-ews.aspx
Posted to Dan's WebDAV 101 (Weblog) by danba on January 10, 2009
Filed under: meeting, appointment, EWS, List, exchange web services, appointments, DevMsgTeam, CalendarViewType, calendaritem
-
Issue: One of my customer updated me that he created an appointment by using WebDAV. But the user has the following issues when he tries to view the mailbox owner's calendar: The appointment does not appear when Microsoft Outlook is in the Day, Week, or Month view. The appointment appears correctly when the appointments are sorted by category. The appointment appears correctly when the delegate user views the appointment by using Microsoft Outlook Web Access (OWA). Why it’s happening? Later when
Posted to Le Café Central de DeVa (Weblog) by deva on December 31, 2008
Filed under: Outlook 2007, Outlook 2003, Support Guidelines, Calendar, WebDAV, KB, Not Supported, appointment, DevMSGTeam, development, MAPI Property, debug, OWA, Gotcha, Outlook, Complex Calendaring, Outlook View, Recurring
-
Code Snippet (C#): //Declaration part string strExchSvrName = "" ; string strMailbox = "" ; string strCalendarUri = "" ; string strDomain = "" ; string strUserName = "" ; string strPassword = "" ; System.Net.HttpWebRequest WebDavRequest = null ; System.Net.HttpWebResponse WebDavResponse = null ; System.Net.CredentialCache MyCredentialCache = null ; byte [] bytes = null ; System.IO.Stream WebDavRequestStream = null ; // Provide the Exchange server name; strExchSvrName = "mydomain.in" ; // Provide
Posted to Le Café Central de DeVa (Weblog) by deva on December 3, 2008
Filed under: Exchange Server 2003, Code Snippets, Calendar, WebDAV, XMLHTTP, appointment, DevMSGTeam, Programming, development, C#, HTTPS, HTTP
-
Publishing Free/Busy data: Free/busy data is published information that contains a user's personal availability data based on the user's schedule. Microsoft Exchange Server uses the information extensively when users schedule meetings. Exchange Server 2003 stores free/busy information in a dedicated public folder that is named SCHEDULE+ FREE BUSY . This folder contains a separate subfolder for each administrative group in your Exchange organization. When a user publishes free/busy data, Exchange
Posted to Le Café Central de DeVa (Weblog) by deva on October 13, 2008
Filed under: Public Folder store, Exchange Server 2007, Exchange Server 2003, cmdlet, Powershell, Tutorials, Outlook 2007, MAPI, Outlook 2003, Calendar, entourage, Active Directory, Outlook Mobile Service, mailbox, Events, Errors, Troubleshooting, Customization, appointment, DevMSGTeam, Programming, MSDN, Outlook UI Issues, MAPI Error, Schedule, Free/Busy, Public Folder, Application Log, Outlook Web Access, Client Access Server (CAS), Outlook Errors, Offline Address Book (OAB), permissions, legacy, Test-OutlookWebServices, MSExchangeFBPublish, Unified Messaging, AvailabilityAddressSpace, Availability Service, Profile, MSExchangeSA, HTTPS, resource mailbox, SSL, HTTP, MadFB, Outblook Mobile Access, Outlook Anywhere, Autodiscover, Publish, GUID, cleanfreebusy, Exchange Connector, legacyExchangeDN, forest
-
Please find the following MSDN article which helps us to make use of Microsoft Visual Studio 2005 to create an ASP.NET 2.0 Web site. It can create and send an Internet Calendar appointment to add to a Microsoft Office Outlook 2007 calendar. Internet Calendars are calendars that can be shared through the Internet. Internet Calendars are based on a global Internet standard that allows the exchange of calendar information, regardless of the application that is used to create or view the information.
Posted to Le Café Central de DeVa (Weblog) by deva on October 3, 2008
Filed under: Tutorials, Outlook 2007, Calendar, Training, Video, appointment, Internet Calendar Series, DevMSGTeam, Programming, development, ASP.net
-
Whenever we discuss with regards to Outlook Add-in customization, many of our customer(s) or their developers want to customize it according to their requirements. Also they look for the code-samples, related articles to proceed further. In this discussion, i have added couple of Outlook 2007 specific add-ins , code samples along with their download links. Please download the following Outlook add-ins along with the code-samples: Outlook 2007 Add-Ins: RulesAddin, TravelAgencyAddin, and PrepareMeAddin
Posted to Le Café Central de DeVa (Weblog) by deva on September 24, 2008
Filed under: VSTO, Code Snippets, Tutorials, Outlook 2007, Rules, Rule, Add-in, Outlook Add-in, Outlook Programming, Outlook Object Model (OOM), contacts, Form Region, task, Customization, Task Pane, Ribbon, appointment, DevMSGTeam, Programming, downloads, development, IRibbonExtensibility, FormRegionStartup, IRibbonControl, manifest, PropertyChange, Visual Studio 2005 Templates, COM Shim, Outlook 2007 Add-in template, Setup Project
-
The sample below shows how to add an additional body part to a message using cdosys. This example demonstrates adding a "text/calendar" (vcalendar) body part, however it should be possible to use this to add "text/plain", "text/html" and other types. In the sample, "this.VCalendarText" holds the text to be written to the body part (in this case its a VCalendar meeting request. //============================ VCalendar ============================== if (this.AddVCalendar == true) { oMsg.BodyPart.ContentClass
Posted to Dan's WebDAV 101 (Weblog) by danba on July 16, 2008
Filed under: CDOSYS, HOWTO, CDOEX, VCalendar, appointment, example, message body, meeting request, DevMsgTeam, text/calendar, body part, text, html, alternateview, bodypart, text/plain, meeting.ics, vevent, reqest, webdav101blog
-
The sample below shows how to add an additional body part to a message using System.Net.Mail. This example demonstrates adding a "text/calendar" (vcalendar) body part, however it should be possible to use this to add "text/plain", "text/html" and other types. In the sample, "this.VCalendarText" holds the text to be written to the body part (in this case its a VCalendar meeting request. //======================================================================= // Set_SSNM_BodyPart_VCalendar // // oMsg
Posted to Dan's WebDAV 101 (Weblog) by danba on July 16, 2008
Filed under: HOWTO, System.Net.Mail, VCalendar, appointment, example, message body, meeting request, DevMsgTeam, text/calendar, body part, text, html, alternateview, bodypart, text/plain, meeting.ics, vevent, reqest, webdav101blog
1
|
|
|