Linking Exchange online calendar to Access

 do voluntary work for a small charity. They have Office 365, but use google mail and calendar for integrated agenda handling. The reason is historic. They have a business system written in MS Access 2010. This system is reaching it's limits and one
of the main reasons is lack of integration with Google Calendar. I am thinking of switching them to Exchange Online. My question is is this a sensible option, and does anyone have any experience linking Access applications with Outlook/Exchange Online. From
my first look it doesn't seem to be as easy as it should be, but! I want to be able to drive some parts of the calendar from the Access business system, and vice versa. Really grateful for any help here. thanks guys

Many thanks George. What I mean by "applications" is that their business system is written in MS Access 2010. We need to upgrade it and integrate their calendar which is used for scheduling jobs and appointments. They currently use Google
calendar. I thought I had a solution with an interface (RSSBUS), but on further investigation the supplier informed me it would not work, as there are limitations in MS Access which they cannot address (something to do with field sizes). Thus my idea
of migrating their calendar to Office 365, which they already have installed (but do not use). However, my first look at what I can do with Access by linking a table to Online Exchange calendar doesn't provide the information I need from
that calendar. The table so produced only contains "inbox" or message data items. I have seen I am far from the first to encounter this problem, and am guessing that many people have found ways around it. I'm guessing it will involve writing
some code (in VB?) to achieve what I want to. If I have to do this it seems there is little point in migrating them from Google calendar. I was hoping there may be solution out there somewhere. Hope this makes sense.   

Similar Messages

  • Exchange Online and MS Access

    Hi. I am a somewhat novice IT support with a non-profit. We have an Access based database already up and running. We're looking at moving to Outlook for the added function of creating Outlook appt's from the Access database. But, we have to have shared
    calendars that only Outlook with Exchange will do. We currently use Google for calendar and email.
    Will Exchange Online provide the same functionality with our Access db as a locally hosted Exchange will do?
    Alan

    What version of Exchange OnPrem are you looking to support ? On Exchange 2010 you can only use NTLM or Basic auth for OnPrem given that 2010 still makes up a large number of OnPrem seat's if your looking to support the widest client base you may just want
    to stick with Basic and NTLM for any OnPrem installs and look to oAuth and the new REST API's for Office365.
    Cheers
    Glen

  • Creation of new admin role in Exchange Online Protecion

    HI,
    I am brand new with the Exchange Online Protection solution.
    I want to create a new admin role since the default one do not offer teh specific rights that we need for a group.
    I went in Exchange admin Center > Permissions > Admin role and we can only edit the actual default groups.
    I need to be able to create new one.
    I did read somewere some powershell command but, since this is cloud base solution, i have hard time to believe that there is no option to create a custom role on the actual web interface of EOP.
    Anybody have a solution for that ?
    Thx

    Hi,
    as far as I can see you can't create roles in EOP because there is access necessary to Exchange Online. EOP has only limited access to Exchange Online or no access. It seems to me that managing roles is not part of EOP.
    To be sure you should open a support case in the admin center.
    Greetings
    Christian
    Christian Groebner MVP Forefront

  • Lync on premises with Exchange online UM SRV record

    Hi,
    We have Lync 2013 on premises and we have Hybrid exchange deployment, recently we have integrated Lync on premises with Exchange online UM, we have configured subscriber access and I have done all configuration, created hosted voice mail policy, created
    Subscriber access UM contact.
    Problem is that if a user dials from Lync client to voice mail (Exchange online UM Subscriber Access number) the call successfully establish, if the same user is outside the organization and wants to call the Exchange online UM Subscriber
    Access number from his mobile or from his home phone number the call doesn't connect, this problem is not from the same user any one from outside the organization can not call to subscriber access number from his mobile or from his landline (outside the organization
    numbers)
    I have done some logging on Lync Edge server and found two things:
    When a user calls from Lync client to O365 UM Subscriber access the call establish successfully and when I see the call logs I am seeing the
    [email protected] and SRV record for the domain.com is verified
    When a user calls from outside the organization (Landline or mobile) to O365 UM subscriber access the call doesn't establish and when I see the call logs I am seeing
    [email protected] and subscriber access number as
    [email protected] and the error says Unable to resolve DNS SRV record for domain it.domain.com.
    Please note our internal domain is it.domain.com and our external or smtp domain is domain.com
    In Lync 2013 the default sip domain is also it.domain.com and additional sip domain is domain.com
    Pleasae help me to resolve the issue.
    If answer is helpful, please hit the green arrow on the left, or mark as answer. Salahuddin | Blogs:http://salahuddinkhatri.wordpress.com | MCITP Microsoft Lync

    The issue is that your default domain is it.domain.com. I suspect that even if your Edge server is able to route this call back to Exchange online, that tenant will reject this call as it will not be able to find it.domain.com or federation SRV record associated
    with it.
    You will need to change your default SIP domain to your public SIP domain. If you decide to do this, please note that you will also need to review any impact on the simple URLs (and certificates if applicable).
    It is also recommended to perform an export-csconfiguration command to backup the topology before making these changes.
    Hope this helps.
    SinghP80

  • Exchange Online - Automated subscription to internet calendar using any method?

    Is there any automated way to push in a subscription of an internet calendar to an Exchange Online user?
    We have a time management tool that generates personalized internet calendars with unique URL's (example: http://timemanagement-tool.lcl/username.ics )
    In trying to find a way I subscribed to a calendar in OWA and it works as expected, updates if appointments are updated and so on. Looking with MfcMapi I can see a subfolder to my calendar was created when I subscribed to the ics. But not in any of the folder
    properties can I see any reference to the unique URL. Where is this URL referenced? It's got to be somewhere, how else does Exchange know where to pull updates from?

    The configuration for the Shared calendar is stored in a FAI item (Folder associated Item) with a message class of IPM.Sharing.Binding.In which you should be able to access using MFCMapi. There is no API operations for creating a Sharing invitation with
    EWS but you can accept one see
    http://msdn.microsoft.com/en-us/library/office/ee693280(v=exchg.150).aspx . Calendar Sharing is also documented in the following Exchange Protocol documents
    http://msdn.microsoft.com/en-us/library/cc433485(v=exchg.80).aspx and
    http://msdn.microsoft.com/en-us/library/ee624726(v=exchg.80).aspx . Its possible to use this information to create your own sharing invitation manually but its not easy.
    Cheers
    Glen

  • [office365 Exchange online][MVC5][EWS Managed Api] Need a hack to get access token ?

    Hi there, I am using following code example to get access token from Azure AD online. I need to bridge EWS managed api with office 365 Api via Azure AD. The below code is working just fine in my MVC application but I am looking for a way to get the access
    token in simple string returning  function so that I can use it to make call against EWS mananged api.
    private static string tempToken = "";
    public static string GetAccessToken()
    return tempToken;
    internal static async Task<OutlookServicesClient> EnsureOutlookServicesClientCreatedAsync(string capabilityName)
    var signInUserId = ClaimsPrincipal.Current.FindFirst(ClaimTypes.NameIdentifier).Value;
    var userObjectId = ClaimsPrincipal.Current.FindFirst("http://schemas.microsoft.com/identity/claims/objectidentifier").Value;
    AuthenticationContext authContext = new AuthenticationContext(Settings.Authority, new NaiveSessionCache(signInUserId));
    try
    DiscoveryClient discClient = new DiscoveryClient(Settings.DiscoveryServiceEndpointUri,
    async () =>
    var authResult = await authContext.AcquireTokenSilentAsync(Settings.DiscoveryServiceResourceId,
    new ClientCredential(Settings.ClientId,
    Settings.AppKey),
    new UserIdentifier(userObjectId,
    UserIdentifierType.UniqueId));
    return authResult.AccessToken;
    var dcr = await discClient.DiscoverCapabilityAsync(capabilityName);
    return new OutlookServicesClient(dcr.ServiceEndpointUri,
    async () =>
    var authResult = await authContext.AcquireTokenSilentAsync(dcr.ServiceResourceId,
    new ClientCredential(Settings.ClientId,
    Settings.AppKey),
    new UserIdentifier(userObjectId,
    UserIdentifierType.UniqueId));
    return authResult.AccessToken;
    catch (AdalException exception)
    //Handle token acquisition failure
    if (exception.ErrorCode == AdalError.FailedToAcquireTokenSilently)
    authContext.TokenCache.Clear();
    return null;
    This is an excerpt from Microsoft single tenant application in MVC5.  In the code, I have created a function called GetAccessToken() which does nothing.. I am hoping you experts can help me figure out how to transfer the accessToken from EnsureOutlookServcesClientCreated
    function which is actually returning token, to  my GetAccessToken() so that I can make call against EWS managed Api. Sorry, If I sound pretty stupid but I really need your help in this regard. 
    best regards,

    Yes sir, Let me try to explain me about my scenario. I need to use EWS managed Api with office 365 Rest Api to get benefits from both the Apis. Here is here code I am using to connect to EWS managed Api but it is failing with 401:Unauthorized.  I already
    have "Full Access" turned on in Azure AD.  I have the access token from AZure AD and want to use it to make call against EWS managed Api.
    var outlookClient = await AuthHelper.EnsureOutlookServicesClientCreatedAsync("Mail");
    //IPagedCollection<IMessage> messagesResults = await outlookClient.Me.Messages.ExecuteAsync();
    // Get the ID of the first message.
    // string messageId = messagesResults.CurrentPage[0].Id;
    string tokenx = AuthHelper.GetAccessToken();
    ExchangeService service = new ExchangeService(ExchangeVersion.Exchange2013);
    service.HttpHeaders.Add("Authorization", "Bearer " + tokenx);
    service.PreAuthenticate = true;
    service.SendClientLatencies = true;
    service.EnableScpLookup = false;
    service.Url = new Uri("https://outlook.office365.com/EWS/Exchange.asmx");
    // Get all the folders in the message's root folder.
    ExFolder rootfolder = ExFolder.Bind(service, WellKnownFolderName.MsgFolderRoot);S
    Scenario of my migration application:
    1. I have a Gmail mailbox email in Raw(complete email in base64-urlsafe with attachments) format with RFC2822. I need to migrate this mailbox to Exchange online. I believe EWS managed Api has better support on this one.
    2.  Likewise I need to migrate Gmail Calendars, Tasks and Contacts to Exchange online.
    I would be highly grateful to you , if you tell me how to bridge EWS managed Api with office 365 Api.
    best regards,

  • Exchange Server and Remote Access to Public Calendar

    Hello:
    We use Outlook 2010 with Exchange Server at the 45 person architecture firm I work at. 
    We have a public calendar (set up in public folders) that is used by staff to note their time away from the office (doctor’s appt, vacation, client meeting, etc). The owner of the company wants to be able to remotely access that public calendar to be
    able to know when staff are out of the office.  Can it be set up on his Surface 2 or phone (iPhone) so that when he’s not in the office, he can see that public calendar?
    I’ve search online and from what I can tell, the only way to make it work is with third party software. 
    Is that true?  Or is there another way to make it work?  Is VPN an option?
    Any help would be greatly appreciated.
    Thanks.
    Joe

    I'm going to attempt to activate Anywhere soon, probably early next week. I found a site that does a step-by-step of the Anywhere setup and I have a couple of questions based on those steps (here's the site - http://exchangeserverpro.com/how-to-configure-exchange-server-2010-outlook-anywhere/)
    After the Anywhere wizard opens, it says this - "The external host name you choose should ideally be one that is already included in the Exchange certificate configured on the Client Access server. Otherwise you will need to create a new certificate for
    Exchange." So I can name the external host, where do I find the Exchange cert? When accessing the firewall to allow Anywhere through, it says this: To enable remote Outlook users to connect to Outlook Anywhere the perimeter firewall for the network must
    be configured to allow the SSL/HTTPS connections to pass through to the Client Access server. The precise steps for this will depend on which firewall you are using in your environment. However the basic components of this configuration are: •A public DNS
    record for the external host name you are using for Outlook Anywhere •A public IP address on the firewall that the public DNS record resolves to •A NAT or publishing rule to allow SSL/HTTPS connections to reach the Client Access server

  • Exchange online and Exchange 2010 on-premise calendar availability

    I am running a hybrid exchange 2010 on-premise and online exchange environment.  The online exchange users cannot see calendar availability of anybody on premise.  The on-premise users can see the online exchange availability.  I can see the
    calendar if the calendar is shared, but trying to setup a meeting or calendar appointment still shows the unavailable through all days.
    All of the users are using office 365 for outlook on premise and exchange online.  If it is only working one way, could it be an autodiscover issue where it is not configured correctly on our on-premise exchange 2010 or online exchange?  Which
    side would be causing the issue?

    I have done a little more research and ran the following in powershell:
    [PS] C:\Windows\system32>Get-FederationInformation -domainname weiman.com
    RunspaceId            : f4af09c7-134a-4fe7-95c0-acd120c63949
    TargetApplicationUri  : outlook.com
    DomainNames           : {Weiman.onmicrosoft.com, weiman.com, Weiman.mail.onmicrosoft.com}
    TargetAutodiscoverEpr : https://autodiscover-s.outlook.com/autodiscover/autodiscover.svc/WSSecurity
    TokenIssuerUris       : {urn:federation:MicrosoftOnline}
    IsValid               : True
    [PS] C:\Windows\system32>Get-OrganizationRelationship | FL
    RunspaceId            : f4af09c7-134a-4fe7-95c0-acd120c63949
    DomainNames           : {herbertstanley.com, weiman.com, Weiman.mail.onmicrosoft.com}
    FreeBusyAccessEnabled : True
    FreeBusyAccessLevel   : LimitedDetails
    FreeBusyAccessScope   :
    MailboxMoveEnabled    : True
    DeliveryReportEnabled : True
    MailTipsAccessEnabled : True
    MailTipsAccessLevel   : All
    MailTipsAccessScope   :
    TargetApplicationUri  : outlook.com
    TargetSharingEpr      :
    TargetOwaURL          : http://outlook.com/owa/herbertstanley.com
    TargetAutodiscoverEpr : https://pod51043.outlook.com/autodiscover/autodiscover.svc/WSSecurity
    OrganizationContact   :
    Enabled               : True
    ArchiveAccessEnabled  : True
    AdminDisplayName      :
    ExchangeVersion       : 0.10 (14.0.100.0)
    Name                  : On Premises to Exchange Online Organization Relationship
    DistinguishedName     : CN=On Premises to Exchange Online Organization Relationship,CN=Federation,CN=WEIMAN,CN=Microsof
                            t Exchange,CN=Services,CN=Configuration,DC=herbertstanley,DC=com
    Identity              : On Premises to Exchange Online Organization Relationship
    Guid                  : 26b4ec5d-fe93-473e-b451-1f9aa2e94ebb
    ObjectCategory        : herbertstanley.com/Configuration/Schema/ms-Exch-Fed-Sharing-Relationship
    ObjectClass           : {top, msExchFedSharingRelationship}
    WhenChanged           : 1/13/2014 1:25:54 PM
    WhenCreated           : 12/17/2013 1:04:32 PM
    WhenChangedUTC        : 1/13/2014 7:25:54 PM
    WhenCreatedUTC        : 12/17/2013 7:04:32 PM
    OrganizationId        :
    OriginatingServer     : gemini.herbertstanley.com
    IsValid               : True
    I am not sure why we have that value for the OriginatingServer.  That server is a backup domain controller, not the server that houses the on-premise exchange.
    I then ran the set-OrganizationRelationship and get the below error.
    [PS] C:\Windows\system32>Set-OrganizationRelationship -Identity weiman.mail.onmicrosoft.com -targetapplicationUri outloo
    k.com -TargetAutodiscoverEpr https://pod51043.outlook.com/autodiscover/autodiscover.svc/WSSecurity
    The operation couldn't be performed because object 'weiman.mail.onmicrosoft.com' couldn't be found on 'gemini.herbertst
    anley.com'.
        + CategoryInfo          : NotSpecified: (0:Int32) [Set-OrganizationRelationship], ManagementObjectNotFoundExceptio
       n
        + FullyQualifiedErrorId : F2215CB2,Microsoft.Exchange.Management.SystemConfigurationTasks.SetOrganizationRelations
       hip
    How do I change the originating server to be my exchange server?

  • Calendar Sharing between 2 organisation Exchange 2010 SP3 and Exchange online with Federation Trust.

    Hi...
     Our company is running Exchange Server 2010 SP3 Standart would like to have Shared calendar with organisation running with Exchange online.
     We made a Federation trust between organisations and I checked that one certificate was installed and the rule for their domain was created. but when I try to share my calendar I always receive.
    "Calendar sharing is not available with the following contacts because of permission settings on your network."
    Name I took from GAL or input manually and always same. Forgot to mention that we migrated from Exchange 2003 to 2010 SP3 and all old exchange servers I removed. I tried everything that I know and read and nothing helped.
    Hope for your support.
    Thank you.

    1)I deleted everything and made step by step as indicated in your articles.
    2) recreated organisation relationship:
    RunspaceId            : xxxxxxxxxx
    DomainNames           : {xxxxxxx.microsoftonline.com, xxxxxxxxx.onmicrosoft.com, xxxxxxx.com}
    FreeBusyAccessEnabled : True
    FreeBusyAccessLevel   : LimitedDetails
    FreeBusyAccessScope   :
    MailboxMoveEnabled    : False
    DeliveryReportEnabled : False
    MailTipsAccessEnabled : False
    MailTipsAccessLevel   : None
    MailTipsAccessScope   :
    TargetApplicationUri  : outlook.com
    TargetSharingEpr      :
    TargetOwaURL          :
    TargetAutodiscoverEpr : https://pod12312.outlook.com/autodiscover/autodiscover.svc/WSSecurity
    OrganizationContact   :
    Enabled               : True
    ArchiveAccessEnabled  : False
    AdminDisplayName      :
    ExchangeVersion       : 0.10 (14.0.100.0)
    Name                  : xxx
    DistinguishedName     : CN=xxx,CN=Federation,CN=uxx,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=uxxx,DC=com
    Identity              : Lxx
    Guid                  : a8xxx
    ObjectCategory        : upxxs.com/Configuration/Schema/ms-Exch-Fed-Sharing-Relationship
    ObjectClass           : {top, msExchFedSharingRelationship}
    WhenChanged           : 27/01/2015 3:23:47 PM
    WhenCreated           : 26/01/2015 9:41:39 AM
    WhenChangedUTC        : 27/01/2015 8:23:47 PM
    WhenCreatedUTC        : 26/01/2015 2:41:39 PM
    OrganizationId        :
    OriginatingServer     : xxx.upxxxns.com
    IsValid               : True
    3. Configured Sharing Policies:
    [PS] C:\Windows\system32>Get-SharingPolicy
    Name                      Domains                                  Enabled    Default
    Default Sharing Policy    {*:CalendarSharingFreeBusySimple}        True       False
    Lxxx                              {lxxx.com:CalendarSharingFreeBusy...     True       True
    added my mail box to sharing policy but in the end receive same error 
    Calendar sharing is not available with the following contacts because of permission settings on your network.
    In EventViewer everything seems to be fine....
    No errors on policy creation... How can be checked this permission
    settings on your network they are on exchange on in DC ? 

  • How much access does an Exchange Admin have to their servers in Exchange Online?

    Hello, my company is looking at moving our Organization to Exchange Online, and I have only begun researching what this means for me as an Admin.  Does the on-premise Exchange Admin still have access to create/configure objects such as  DAGs
    and Databases and use tools like MFCMAPI and Logparser to troubleshoot IIS and other types of logs?   I've been looking around and so far haven't found any documentation that gives a great amount of detail on how much of my environment I will actually
    still be managing.  Thanks.

    Hiya,
    There shouldn't be anything to be afraid of, it's likely that the role of Exchange Administrator will change as more and more companies adopt Office 365, but I would see this as an ideal opportunity to embrace these changes, broaden your existing Exchange
    knowledge with that of the other services offered through Office 365 such as Lync Online and SharePoint Online and become the Office 365 Administrator within your company.
    The offerings in Office 365 are changing at a rapid pace, with more and more features being added every month, couple that with Mobile Device Management using Microsoft Intune - if you fully embrace it, you will be offering your end users more flexibility
    and making them more productive in no time.
    Steven Hodson | http://www.stevenhodson.com | @_hodders

  • How do I restrict multiple device email access in exchange online ?

    Hi , 
    I have configured exchange online but i want that the users  should uses the email on the particular devices assigned by the organization or Admin, be it a laptop desktop or any particular mobile devices. I don't want that the users should configure
    their email on their personal devices. Do we have any option to white listed IPs or Macs addresses?

    The steps are pretty much the same as those in the article, just minor differences due to the new UI. You should decide where you want to set the default policy on Allow/block/quarantine and whether you will have a policy for allowing specific device
    models. The relevant options are under EAC -> Mobile -> Mobile device access. The global settings are configured by pressing the Edit button on top, and Device access rules are on the bottom.
    Note that all this applies to mobile devices only. If you aim to block PC/laptop access outside of the corporate env, you have to look at solutions such as AD FS/MFA.

  • Link wiki calendar to an Exchange public calendar?

    Is there a way for the wiki server calendar to be linked to an Exchange public calendar?
    I'm running 10.6 Server.

    hi,
    to implement a link to another component i suggest to take a look at one of the pre-build examples - it's called 'Example Calendar Results' and you can find it in the navigator -> providers -> locally built providers -> example application.
    when you edit the calendar component you can review the SQL query and the PORTAL.wwv_user_utilities.get_url function that is used there. below the SQL statement you can find a Hint section that explains all the possible options you have in the claendar query.
    hope this helps.
    regards,
    christian

  • Prevent users from accessing Exchange online from non ActiveSync Device

    I will try and make this question as clear as I can-
    We recently switched from an on-prem Exchange to Exchange online. Previously, the only three ways of accessing our email was VPN, ActiveSync and webmail. However, it now appears that any user can use any device that accepts an Exchange email account and
    start getting their emails. I understand this is the idea of cloud email, but as a HIPAA organization, this presents a serious security risk. My question is this-how can I track how users access email? I know I can limit things based on IP(http://technet.microsoft.com/en-us/library/hh526961(v=ws.10).aspx),
    but then it would work if they had a VPN connection and we allow certain users to access our servers using their home PC if they use a VPN connection. But now they do not need that. 
    Is there any way to track what devices and users are accessing our hosted Exchange environment, or is this just the nature of hosted email?

    Hi Dkurz8814,
    using Office 365 / Exchange Online you are able to limit access to the Mailbox to OWA and ActiveSync only.
    1. Please logon as an Administrator to the Office365 Admin Center and choose "Users" -> "Active Users".
    2. Now click on your user and view the users properties. Choose more from the menu on the left.
    3. Now choose "Edit Exchange Settings", and choose "Mailbox functions" on the left.
    Now you find some Settings how to access to your mailbox. Disable POP3, IMAP, MAPI, .... so you can get the desired result. On that page you can also check for connected devices via ActiveSync.
    You may also use the set-casmailbox to do the same
    http://technet.microsoft.com/de-de/library/bb125264(v=exchg.150).aspx in case you need a more automatic tool.
    Please let me know if that answered your question.
    Regards,
    Martin

  • Office 365 / Exchange Online - Hybrid Setup - On Premise User cannot see calendar of an Exchange Online User.

    Hi All, 
    The below will help if:
    You have a hybrid setup and cannot see Free/Busy info from an On Premise user for anyone on Office 365 / Exchange Online.
    You have your network firewall configured to allow your Exchange servers out through the proxy for O365/EXO url's
    - Get hold of SysInternals PSEXEC from Microsoft. 
    Run PSEXEC -i -s C"\Program Files (x86)\Internet Explorer\iexplore.exe"  (This opens Internet Explorer as the SYSTEM account)
    Goto Internet Options > Connections > LAN Settings and untick the "Automatically Detect Settings"
    Had this bouncing around at Microsoft for a few days until one of the guys tried this and it worked immediately.

    Forgot to mention, the PSEXEC command needs to be run as an Administrator
    Run PSEXEC -i -s C"\Program Files (x86)\Internet Explorer\iexplore.exe"  (This opens Internet Explorer as the SYSTEM account)
    Goto Internet Options > Connections > LAN Settings and untick the "Automatically Detect Settings"

  • How to Read Outlook Exchange Shared Calendars on iPhone?

    My company uses microsoft outlook exchange and I have been using iphone syncing with this outlook exchange calendar. Besides my own calendar, on the outlook exchange, I have access to another shared calendar. I want to be able to read this shared calendar on my iPhone but cannot figure out how to do it. Previously I learned from other postings that iPhone doesn't support it.
    The new OS 3.0 support CalDav and I am wondering if this will enable me to read the shared calendars of my outlook exchange on my iPhone. Does anybody know how to do it? If the current firmware solely doesn't support it, might there are other ways to do it with supports of other apps? How about through Google Calendar? Or there are any apps can automatically copy the contents in the outlook exchange shared calendars to my outlook exchange calendar?
    Does anybody have solutions? Many thanks!

    The shared MS Exchange calendar is ICS format which SHOULD be able to be added as "Add Subscribed Calendar" in the Settings/Mail, Contacts, Calendars/Add Account/Other screens on the iPhone.
    I'm tring to add a 2nd Exchange Outlook calendar only and need it to sync over the air.
    Just can't find the correct way to get it entered to work? The link sent by Outlook (I'm running 2007) when you send the invite doesn't work and copy/paste to the server name is also a bust. Have tried direct copy paste, cutting off the webcal:// prefix, etc. Just won't authenticate.
    No documentation that I can find on either Apple or MS site to validate the exact syntax required.
    I can hit the https link provided by MS on my Safari iPhone browser after entering my MS Online ID and access the calendar online. And yes tried several of MS Online IDs that I have as UID/PW in the iPhone config screens without success.
    A little more info on my config.
    3gs 32mb
    Have exchange acct as primary email with email contacts and calendar working
    Have CalDAV link to my wife's Google calendar working
    Have several other subscribed calendars (ics) working: US Holidays, AmericanHistory.com, and my TripIt profile.
    I DO NOT want to use MobileMe to make this work. Life would be so easy if iPhone would just support multiple Exchange accts!
    Funny thing I just noticed...spell check on forum IDs "iPhone" and "MobileMe" lol

Maybe you are looking for

  • IPod classic fails to sync some tracks from iTunes

    I use an iPod Classic 160 GB with iTunes. Both are fully up to date. Every time I sync with iTunes roughly 500 of 5000 odd tracks fail to sync. This number fluctuates, but stays around the 500 mark. iTunes does not recognise this problem - it claims

  • In Mail.app body of e-mails is blank in preview pane

    Using Mail in OS X 10.8.4 on an iMac. Everything working fine earlier but now Mail app is acting up, a little slow on response and the body of all emails is blank in the preview pane to the right. If I double click on the email itself it opens up fin

  • SAP NetWeaver Portal or SAP Enterprise Portal 7.0 ?

    Hi, i am confused in the names, what is the differences. SAP NetWeaver Portal or SAP Enterprise Portal 7.0 ? What is final name in the Nw04s ? Visual Composer is included in the Nw04s BI or in the Portal ? Collaboration and Knowledge management insid

  • What's with the padlocks on the templates?

    I recently initiated security on my tower since I'm now sharing it. When I go into Appleworks and open starting points, certain tabs have padlocks on them. Is this part of the file vault system? Additionally, when I go to open a template, I get a mes

  • NEW COLOUMN NAME IN COLOUMN SET

    Hello, I am using a standard report of purchase ME2N i.e Purchasing document by purchase no. In change layout I want to add new field in column set. Thanks & regards Varun Bisaria