Removing invitees from calendar requests

Can anyone advise how to remove old email addresses from the drop down list of invitees shown in a MAC calendar event? There are two shown and MAC seems to default to the first in the list despite selecting or typing the second address before sending. The created meeting event shows the correct email and the one I typed but the meeting request never arrives in the recipient account. Any help would be appreciated please.

Kynan,
Individual events can be assigned to another calendar, but only one calendar at a time. Therefore if a color of a single event is changed, it belongs to another calendar.

Similar Messages

  • Unable to remove delegates from calendar:

    While removing delegates from calendar error is generated "The Delegates settings were not saved correctly.  Cannot activate send-on-behalf-of list.You do not have sufficient permission to perform this operation on this object."
    I Referred  and re-added AD permissions & also made desired registry settings as per below solutions in links but no luck! Please suggest.
    http://support.microsoft.com/kb/2593557
     http://community.spiceworks.com/how_to/show/41829-getting-error-after-adding-new-delegates-the-delegates-settings-were-not-saved-correctly-cannot-activate-send-on-behalf-of-list-you-do-not-have-sufficient-privileges-to-perform-this-operation-on-this-object
    Aditya Mediratta

    I found a fix for this. The mentioned user that was added as delegate
    missed send on behalf of permission on mailbox, Re-adding permissions and then removing this from delegate
    got this fixed. Thanks All!
    Aditya Mediratta

  • Remove Item From Calendar When List Item is Set To Cancelled

    I have created a custom workflow where users submit a request form to a mailing list. The approvers can choose to approve, deny or cancel the request. If the request is approved, it is added to the calendar on the site. The problem that I am having is that
    sometimes a user wishes to cancel their request after the request has already been approved and placed on the calendar. How can I remove the calendar entry but still keep the request on file?
    Thank you in advance!

    Inderjeet,
       Thank you for your response. While this seems close, I do not think that this is what I'm really looking for. 
       Here is the process that I would like to be able to have happen:
    1. A request form is completed and sent to a SharePoint list
    2. Reviewer approves of the completed form
        a. Upon approval, a calendar entry is created automatically.
    3.  The request is deemed to be no longer needed and therefore needs to be removed from the calendar.
          a. Reviewer changes the status of the Request Form to "Cancelled"
          b. Calendar entry is removed automatically from the calendar ---- BUT, the request form is NOT deleted.

  • Remove notifications from calendar app

    I've got my device setup to inform me of appointments. It works fine. However I can't get rid of the circle and number of notifications (the app is empty when I open it). With Gmail app I can clear them from my phone by opening the app and hitting clear all. But with the calendar opening it just gives me a list of calendars to sync.
    The only way I've found of th leading them is to uninstall the app, which isn't really practical.
    Cheers
    Solved!
    Go to Solution.

    I've just tested this and tried lots of notifications from Gmail, Missed calls and Calendar reminder however, Yes I get a number in the orange/yellow circle so I open it up and if I don't open the reminder then the reminder and the number stays, When I open the reminder the reminder gets removed as to does the number - So and I'm guessing that you aren't openning the reminder mearly removing it from your phone thus fooling your watch into thinking it hasn't been read but as I've said I'm guessing as it's the only way I could replicate this
    For a successful technology, reality must take precedence over public relations, for Nature cannot be fooled.   Richard P. Feynman

  • AC 10.1 remove tabs from Access Request

    Hello,
    I checked the forum for my specific issue but didn't find what I was looking for.
    We're on GRC 10.1 V1100 SP04
    Here's the scenario...
    - We're requesting a new role to be assigned to an existing user in ECC using the Access Request form from GRC AC 10.1 system.
    - I've created a new Request Type "Change Account" with actions Retain/Remove/Assign under process id SAP_GRAC_ACCESS_REQUEST
    - We cannot modify the default EUP ID 999 Maintain EUP as they are SAP values & hard coded
    - We even copied the 999 and made a custom EUP and made these fields non-mandatory but we want to remove these unnecessary tabs
    So what's happening is when we put in a request for assignment of a new role to a user...and hit submit after selecting the role it is asking for "Enter the value for Email" & "Enter the value for Last Name"...which are mandatory fields.
    Does anyone know how I can remove/hide the Risk Violations, User Details, Parameters, User Groups etc tabs which are NOT required in this request...we only need the User Access & Attachments tab.
    I know in SE80\Access Request package there is a way to hide these BUT I do not see this form under the packages.
    Is there any other way?
    Thanks in advance,
    Rajiv

    Hi Rajiv,
    Please check the below path
    Go to SE80 T-code and select package from the drop down and enter GRAC_ACCESS_REQUEST.
    Then in the Web Dynpro tab go to FPM Applications and there you can find the aplication GRAC_OIF_REQUEST_SUBMISSION where you can make your changes.
    Regards,
    Neeraj

  • Remove birthdays from calendar

    Hello all,
    I imported all of my outlook contacts into Calendar some 12 months ago but it has imported the birthday field which was not populated.  As such, Calendar has set all birthdays and anniversaries to 30 November 1999
    The work around for this is to uncheck show birthday calendar in calendar>preferences>etc but I want to use this feature going forward for certain people
    I need a way of removing this data for every user in one go and despite searching the web I can not find a solution!
    PLEASE HELP!!!!!

    There IS!
    Open your calendar > Menu key > Select Calendar and if your setting is for ALL calendars, change that to ONLY the calendar you want to view.
    Bam, the birthdays are gone.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Bug emailing invitees from calendar appointment

    I found a bug on calendar application
    I'm one of the invitees of an appointment and wanted to send an email to all the invitees
    click on the invite
    scroll to the invitees list
    clic on it
    clic on the mail icon (top right corner)
    write the email
    send it
    when you hit send you don't get any feedback and the email does not disappear (I sent 10 email before cancelling the operation and realising that the emails where actually sent)

    Does anyone know how to report this to Apple?
    it seems that their bug reporting page is only available to developers.

  • Help with removing event from calendar

    Hello everyone I'm adding a simple feature in my xcode ios app that has a UISwitch. When the UISwitch is on an event is created (this part works fine). But when I turn the UISwitch off I cannot find a way to remove the event. If I use code in the second if statement to remove the event, the event identifier is undeclared because it is in a separate if statement. Can someone please tell me what code I need to remove the event.
    Code:
    - (IBAction)switchon:(id)sender {
        if (switchoutlet.on) {
            EKEventStore *store = [[EKEventStore alloc] init];
            [store requestAccessToEntityType:EKEntityTypeEvent completion:^(BOOL granted, NSError *error) {
                if (!granted) { return; }
                EKEvent *event = [EKEvent eventWithEventStore:store];
                event.title = @"Event A";
                event.startDate = [NSDate dateWithTimeIntervalSince1970:1406948400]; //today
                event.endDate = [event.startDate dateByAddingTimeInterval:60*60];  //set 1 hour meeting
                EKAlarm *alarm = [EKAlarm alarmWithRelativeOffset:-60*10];
                event.alarms = [NSArray arrayWithObject:alarm];
                [event setCalendar:[store defaultCalendarForNewEvents]];
                NSError *err = nil;
                [store saveEvent:event span:EKSpanThisEvent commit:YES error:&err];
                NSString *savedEventId = event.eventIdentifier;  //this is so you can access this event later
        if (!switchoutlet.on) {
            //remove event

    Ben Pleysier wrote:
    Be patient!
    For about 7 years!!!!!!!!!!!
    Once something is on the Internet, it remains so.  That is why people (mainly children) are always advised not to post anything that they may come to regret in a few years time when you are looking for jobs and your potential employer does a background search on you.

  • I need an urgent help  remove namespace from proxyServie request body

    I have EFIBetalingOrdningMisligholdt proxyService that called IMMultiHaendelseModtag IMMultiHaendelseModtag business Service, but they have different xsd, so i am transforming EFIBetalingOrdningMisligholdt proxy service reuest xsd to
    IMMultiHaendelseModtag business service xsd.
    Bellow i have my xq file for the transformation.
    IMMultiHaendelseModtag Business Service request parameter should look like this.
    here is partial request to IMMultiHaendelseModtagBusinessService
    <soapenv:Body>
         <ns:IMMultiHændelseModtag_I      revision="string" xmlns:ns="http://skat.dk/begrebsmodel/2009/01/15/">
         <ns:Kontekst>
         <!--You may enter ANY elements at this point-->
         <AnyElement/>
         </ns:Kontekst>
    IMMultiHaendelseModtagBusinessService is called
    here is a partial of the transformed request
    Route to: "IMMultiHaendelseModtag"
         $outbound:
         <con:endpoint      name="BusinessService$dk.skat.efi.im$biz$IMMultiHaendelseModtag" xmlns:con="http://www.bea.com/wli/sb/context">
         <con:service>
         <con:operation>getIMMultiHændelseModtag</con:operation>
         </con:service>
         <con:transport>
         <con:mode>request-response</con:mode>
         <con:qualityOfService>best-effort</con:qualityOfService>
         <con:request      xsi:type="http:HttpRequestMetaData" xmlns:http="http://www.bea.com/wli/sb/transports/http" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
         <tran:headers      xsi:type="http:HttpRequestHeaders" xmlns:tran="http://www.bea.com/wli/sb/transports">
         <http:Content-Type>text/xml</http:Content-Type>
         <http:SOAPAction>
         "http://skat.dk/begrebsmodel/2009/01/15/getIMMultiHændelseModtag"
         </http:SOAPAction>
         </tran:headers>
         </con:request>
         </con:transport>
         <con:security>
         <con:doOutboundWss>false</con:doOutboundWss>
         </con:security>
         </con:endpoint>
         $body (request):
         <soapenv:Body      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
         <ns:EFIBetalingOrdningMisligholdt_I      revision="string" xmlns:ns="http://skat.dk/begrebsmodel/2009/01/15/">
         <ns:IMMultiHændelseModtag_I>
         <ns:HændelseSamling>
         <ns:EFIHændelseStruktur>
    but the problem this :
    <soapenv:Body      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
         <ns:EFIBetalingOrdningMisligholdt_I      revision="string" xmlns:ns="http://skat.dk/begrebsmodel/2009/01/15/">
    question.
    How can I transforme :<ns:IMMultiHændelseModtag_I      revision="string" xmlns:ns="http://skat.dk/begrebsmodel/2009/01/15/"> to <soapenv:Body      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
         <ns:EFIBetalingOrdningMisligholdt_I      revision="string" xmlns:ns="http://skat.dk/begrebsmodel/2009/01/15/"> ?
    declare namespace xf = "http://skat.dk/begrebsmodel/2009/01/15/";
    declare namespace ns0 = "http://skat.dk/begrebsmodel/2009/01/15/";
    declare function xf:test($eFIBetalingOrdningMisligholdt_I1 as element(ns0:EFIBetalingOrdningMisligholdt_I))
    as element(ns0:IMMultiHændelseModtag_I) {
    let $EFIBetalingOrdningMisligholdt_I := $eFIBetalingOrdningMisligholdt_I1
    return
    <ns0:IMMultiHændelseModtag_I>
    <ns0:HændelseSamling>
    <ns0:EFIHændelseStruktur>
    let $KundeStruktur := $EFIBetalingOrdningMisligholdt_I/ns0:BetalingsordningMisligholdListe/ns0:Kunde[1]/ns0:KundeStruktur
    return
    <ns0:KundeStruktur>
    <ns0:KundeNummer>{ data($KundeStruktur/ns0:KundeNummer) }</ns0:KundeNummer>
    <ns0:KundeType>{ data($KundeStruktur/ns0:KundeType) }</ns0:KundeType>
    for $VirksomhedCVRNummer in $KundeStruktur/ns0:VirksomhedCVRNummer
    return
    <ns0:VirksomhedCVRNummer>{ data($VirksomhedCVRNummer) }</ns0:VirksomhedCVRNummer>
    for $KundeNavn in $KundeStruktur/ns0:KundeNavn
    return
    <ns0:KundeNavn>{ data($KundeNavn) }</ns0:KundeNavn>
    for $DriftFormKode in $KundeStruktur/ns0:DriftFormKode
    return
    <ns0:DriftFormKode>{ data($DriftFormKode) }</ns0:DriftFormKode>
    for $EnkeltmandVirksomhedEjer in $KundeStruktur/ns0:EnkeltmandVirksomhedEjer
    return
    <ns0:EnkeltmandVirksomhedEjer>{ $EnkeltmandVirksomhedEjer/@* , $EnkeltmandVirksomhedEjer/node() }</ns0:EnkeltmandVirksomhedEjer>
    </ns0:KundeStruktur>
    <ns0:IndholdValg>
    <ns0:EFIBetalingOrdningMisligholdtStruktur>
    let $BetalingsOrdningliste := $EFIBetalingOrdningMisligholdt_I/ns0:BetalingsordningMisligholdListe/ns0:Kunde[1]/ns0:BetalingsOrdningliste
    return
    <ns0:BetalingsOrdningliste>
    for $MisligholdtBetalingsordning in $BetalingsOrdningliste/ns0:MisligholdtBetalingsordning
    return
    <ns0:MisligholdtBetalingsordning>
    <ns0:BetalingOrdningEFIIndsatsID>{ data($MisligholdtBetalingsordning/ns0:BetalingOrdningEFIIndsatsID) }</ns0:BetalingOrdningEFIIndsatsID>
    <ns0:BetalingOrdningID>{ data($MisligholdtBetalingsordning/ns0:BetalingOrdningID) }</ns0:BetalingOrdningID>
    <ns0:BetalingOrdningRateID>{ data($MisligholdtBetalingsordning/ns0:BetalingOrdningRateID) }</ns0:BetalingOrdningRateID>
    <ns0:BetalingOrdningRateSRBDato>{ data($MisligholdtBetalingsordning/ns0:BetalingOrdningRateSRBDato) }</ns0:BetalingOrdningRateSRBDato>
    <ns0:BetalingOrdningRateBeløbStruktur>{ $MisligholdtBetalingsordning/ns0:BetalingOrdningRateBeløbStruktur/@* , $MisligholdtBetalingsordning/ns0:BetalingOrdningRateBeløbStruktur/node() }</ns0:BetalingOrdningRateBeløbStruktur>
    </ns0:MisligholdtBetalingsordning>
    </ns0:BetalingsOrdningliste>
    </ns0:EFIBetalingOrdningMisligholdtStruktur>
    </ns0:IndholdValg>
    </ns0:EFIHændelseStruktur>
    </ns0:HændelseSamling>
    </ns0:IMMultiHændelseModtag_I>
    declare variable $eFIBetalingOrdningMisligholdt_I1 as element(ns0:EFIBetalingOrdningMisligholdt_I) external;
    xf:test($eFIBetalingOrdningMisligholdt_I1)
    I have called the business proxy alone it works.
    errors
    The invocation resulted in an error: .
         <soapenv:Envelope      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
         <soapenv:Body>
         <soapenv:Fault>
         <faultcode>soapenv:Server</faultcode>
         <faultstring>BEA-380000: Internal Server Error</faultstring>
         <detail>
         <con:fault      xmlns:con="http://www.bea.com/wli/sb/context">
         <con:errorCode>BEA-380000</con:errorCode>
         <con:reason>Internal Server Error</con:reason>
         <con:location>
         <con:node>RouteNode1</con:node>
         <con:path>response-pipeline</con:path>
         </con:location>
         </con:fault>
         </detail>
         </soapenv:Fault>
         </soapenv:Body>
         </soapenv:Envelope>
         System Error Handler
    $fault:      
         <con:fault      xmlns:con="http://www.bea.com/wli/sb/context">
         <con:errorCode>BEA-380000</con:errorCode>
         <con:reason>Internal Server Error</con:reason>
         <con:location>
         <con:node>RouteNode1</con:node>
         <con:path>response-pipeline</con:path>
         </con:location>
         </con:fault>

    Thanks for answering.
    the situation is that I have to make a pass-trough proxyservice.
    That I have never done before.
    explanation:
    proxyservice A-calls business service B, B need password and user name, but proxyservice A does not have Process WS-Security Header to configured, so I have to create a pass-trough proxyService to call business Service B.
    What is the best way of doing that ?
    As I have read that to solve the problem one can set ./ctx:security/ctx:doOutboundWss to true, the only way I saw that was possible was by mean of xquery.
    I am trying to explaine the same situation here again:
    I have proxyService A that does not have :
    Process WS-Security Header in the configuration, that mean I can not set it in my proxy Configuration by way of normal proxy configuration.
    But A is calling a BS that need security, so I want to create a pass-trough proxyservice.
    in order to do that, I want to set ./ctx:security/ctx:doOutboundWss to true in the request
    how can I set ./ctx:security/ctx:doOutboundWss to true in xq ?
    Tks

  • CUP. How to remove a deleted active Request Type from Request Access screen

    Hi,
    I created a new Request Type in CUP, assigned actions, marked it active and saved.
    I then deleted the Request Type without first marking it as inactive.
    The request type is still visible on the 'Request Access' page but no longer visible on the 'Request Type' screen in Configuration.
    Is there a way to remove this from the 'Request Access' page without rebooting?
    Thanks,
    Babak

    Dude I just helped you pass the 1000 point barrier.
    Excellent answer, refreshing the cache in the Miscellaneous section worked.
    Well done.

  • Removing book from Adobe Content Server

    Hello.
    I would like to remove book from Adobe Content Server. I used answers from that thread http://forums.adobe.com/thread/621994 .I successfully removed book from distributor inventory but can not remove it from operator (built-in distributor) inventory. I got this error:
    data="E_ADEPT_DATABASE http://acs.authorcloudware.com:8080/admin/ManageResourceKey Cannot delete or update a parent row: a foreign key constraint fails (`adept`.`fulfillmentitem`, CONSTRAINT `fulfillmentitem_ibfk_2` FOREIGN KEY (`resourceid`) REFERENCES `resourcekey` (`resourceid`))"
    How can I delete data from 'fulfillmentitem' table from php script?
    Best regards,
    Tamara.

    Finally, I found a way to remove book from adobe content server. This article Public Knowledge Base helped me a lot.
    So, in order to remove book from acs you need to make 4 requests:
    - request to admin/ManageDistributionRights with distributor ID
    - request to admin/ManageDistributionRights built-in distributor ID
    - request to admin/ManageResourceItem
    - request to admin/ManageResourceKey
    This is how my requests look like:
    //Remove book from distributor
    <request action='delete' auth='builtin' xmlns='http://ns.adobe.com/adept'>
         <nonce>Mjc3MjQzMTI=</nonce>
         <expiration>2014-05-26T09:57:37+00:00</expiration>
         <distributionRights>
              <distributor>urn:uuid:3bbdd5ee-c325-4ba9-86d9-8cc428d725ac</distributor>
              <resource>urn:uuid:cd9879ce-7648-49ad-8202-243a54486938</resource>
         </distributionRights>
    </request>
    //Remove book from built-in distributor
    <request action='delete' auth='builtin' xmlns='http://ns.adobe.com/adept'>
         <nonce>MjYzNDA0ODQ=</nonce>
         <expiration>2014-05-26T09:57:38+00:00</expiration>
         <distributionRights>
              <distributor>urn:uuid:00000000-0000-0000-0000-000000000001</distributor>
              <resource>urn:uuid:cd9879ce-7648-49ad-8202-243a54486938</resource>
         </distributionRights>
    </request>
    //Remove Resource Item Info
    <request action='delete' auth='builtin' xmlns='http://ns.adobe.com/adept'>
         <nonce>MjYxMDgxOTI=</nonce>
         <expiration>2014-05-26T09:57:38+00:00</expiration>
         <resourceItemInfo>
              <resource>urn:uuid:cd9879ce-7648-49ad-8202-243a54486938</resource>
              <resourceItem>0</resourceItem>
         </resourceItemInfo>
    </request>
    //Remove the resource key
    <request action='delete' auth='builtin' xmlns='http://ns.adobe.com/adept'>
         <nonce>MjgyNjU2NDI=</nonce>
         <expiration>2014-05-26T09:57:39+00:00</expiration>
         <resourceKey>
              <resource>urn:uuid:cd9879ce-7648-49ad-8202-243a54486938</resource>
              <resourceItem>0</resourceItem>
         </resourceKey>
    </request>
    Value of "resourceItem" tag is important. Actually I didn't find description in documentation what this tag means. I found that this is optional resource item index and that default value is 1. But when I send delete request with 1 in <resourceItem> the last request, which remove resource key, return error. If you know what this tag mean please answer in this thread.

  • Mail accept Calendar request but don't remove from Mail

    I would like to keep the email in Mail.app if i accept an calendar invitation.
    currently it get removed when I accept it and places it in iCal.
    How can I do that.

    For POP type accounts, go to Mail > Preferences > Accounts and under the Advanced tab for the account preferences, deselect "Remove copy from server after retrieving a message" and no messages downloaded by Mail will be removed from the server.
    If you have multiple POP type accounts created and accessed with the Mail.app, this must be deselected under the Advanced tab for the account preferences for each account.
    Or select it and below, your options via the pop-up window are:
    Right Away
    After one day
    After one week
    After one month
    When move from Inbox

  • Remove parameter from Request

    Hi,
    my Servlet computes a request (doGet()-method) with some parameters (e.g. http://myApp/test?param=Hello).
    Then it forwards to another servlet/jsp:
    request.getRequestDispatcher("/mySite").forward(request, response);
    But before forwarding, I want to remove the parameters! How can I do this?
    I cannot find a method like "request.removeParamter(param)" in the API!
    Thanks
    Daniel :-)

    Hi everyone.
    I had a similar problem and I've resolved it with a workaround: I needed to forward a Servlet to the Servlet itself, for multiple data posting, so I used a request attribute to determine if I was processing the first call or the next ones.
    I think this workaround will work also when you must forward Servlet1 to Servlet2.
    Here's the code:
    In the first time call (or in Servlet1):
    if (...some conditions...) {
    // Instead of removing parameter...
    request.setAttribute("switch","Y");
    In the next calls (or in Servlet2):
    String par = null;
    String switch = (String)request.getAttribute("switch");
    if (switch == null) {
    par = (String)request.getParameter("par");
    I know that in this way the "par" parameter is not really removed, however, if you managed the attribute "switch" correctly, it would be null.
    Don't forget to remove the attribute from the request when you no longer need it. Let's clean our junks... ;-)
    Hope this helps.
    Carlo

  • FNDLOAD: How to remove a concurrent program from a request group

    Hi,
    I want to remove a concurrent program from a request group using FNDLOAD utility. Since impacted environment is Production (controlled environment) I do not want to remove concurrent program manually from the request group. Is there a way to use FNDLOAD utility for this purpose or some other means?
    Environment: Oracle EBS R12.1.1
    OS: Linux
    Thanks,
    Nitin

    Hi,
    Unfortunately this CP cannot be disabled as it has to be removed from certain RGs but not all. Also removing it through RG forms is always an option but production gatekeepers won't allow to do that. I would have done that in a min.
    If FNDLOAD is not an option then I guess only other option is pl/sql script.
    Best regards,
    Nitin

  • How do I remove an old calendar group from my iphone.

    This old group seems to be the default for entering events on the iphone. I have a .me account and an old .mac account. My mobile me (.me) is the calendar I use on my computer. I can see that on my iphone, but for some reason, when I create new events on my iphone, it wants to use the .mac account. How do I remove it from my iphone so this won't happen.
    Also, the .mac events don't synch with my computer because I only have .me on there. I removed the .mac from the computer a while back. I'm wondering if that was a mistake.

    Tracy,
    Try MobileMe: Troubleshooting MobileMe Calendar issues. Use the Troubleshooting iOS devices link.
    Also make sure that you have installed the Mac OS X 10.6.8 Update Combo v1.1.

Maybe you are looking for

  • Gallery Without Uploading Full-size Files

    Can Aperture make a photo gallery for my clients to view the files only. I understand how to restrict downloading, but I have issues with loading large groups of photos big files just so the client can make a few picks. I like the web gallery idea a

  • How many takes

    How many times do the vocals on average get duplicated to fatten up the track, is this done for all instruments, or usually just the vocals.

  • Non-iPod Mp3 - Help!

    I have a Samsung MP3 player and have iTunes downloaded to my PC. Can anyone point me to a thread or to instructions that explain what steps I need to follow to export podcasts to my MP3 player? Thanks in advance

  • Apple Touch Icon

    Hey I create our Company website with Adobe muse, a desktop Version and a mobile Version. Now I wan't to save my mobile Version on my iPhone, that works but the Icon on the iPhone looks bad. So here is my question, can I create an Apple Touch Icon wi

  • I can not access my excel documents why?

    I have saved Excel documents on my Mac, however I can no longer open them why?  Word and Powerpoint are working fine.  What do I need to do?