Calendar sync via cable doesn't work with now I've updated to Maverick and ios7

Calendar sync via cable doesn't work now I've updated to Maverick and ios7.

I am sorry you are having this trouble. 
Here is an article on troubleshooting calendar syncing with iCloud.  See if the suggestions there are of help.
http://support.apple.com/kb/TS3999

Similar Messages

  • Oracle sync for Macintosh doesn't work with Leopard.

    I have tried to install the oracle sync client for Mac OS (v 9.x) and it will just not install on any Leopard OS Macs. The console message repeats the error:
    5/27/08 11:07:12 AM [0x0-0x12012].Oracle Calendar Sync installer.1[121] 2008-05-27 11:07:12.373 install[126:190b] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    and
    5/27/08 11:07:15 AM com.apple.launchd[81] ([0x0-0x12012].Oracle Calendar Sync installer.1[121]) Stray process with PGID equal to this dead job: PID 127 PPID 126 osascript
    The installer does work with Tiger. I have found that it complains about some Java errors when its unpacking itself but I have the most recent version of Java available for this OS.
    Any thoughts?

    I was able to get the sync to work when I started on a machine running Tiger (OS 10.4) and then upgraded to Leopard, but NOT on any machines that start at Leopard.
    I've just about abandoned Oracle Calendar given their (lack of) product support, and likewise for PalmOS devices.
    Bring on iPhone.

  • Official Apple Composite Cable DOESN'T WORK with iPhone 3GS firmware 3.1.2

    I've tried everything and I cannot make the official apple composite cable (MB129LL/B) work with my iPhone 3GS 3.1.2.
    I get no video output AND no sound as if the cable is simply not made for my 3GS
    What do need to do to get composite video output on my 3GS 3.1.2????

    "The 3GS will not work with a Composite cable. It will only work with a Component cable. See here: http://support.apple.com/kb/HT1454"
    I have had no luck with getting the component cables to work with my 3GS. They are the Apple branded cables, not some knockoff. I would be angry if I needed to buy the universal dock to get them to work. Per some of the forums I've read, it is not needed. Also, from all the reading I've done on the TV out feature in this forum and others, it appears to be a hit or miss whether it works or not.

  • Import via Drag & Drop not working with LR CC (after Update from 5.7)

    I always imported my pictures by just dragging them in the Windows Explorer and dropping them to the Lightroom Gallery tab.
    This does not work with LR CC anymore.
    The longer way via "Import" works fine.
    Any suggestions?

    With Gallery i meant Library, my mistake (wrong translation, i am using the german version).
    What works with your setup doesn't work with mine.
    I attached a screenshot:
    As you can see (cursor) i can't import the file from the file explorer on the right.
    (The file is not already in the catalogue and i am in the library tab grid view mode).
    Using Windows 7 x64 prof Service Pack 1

  • IPhone 5 contacts local sync via usb doesn't work - updated

    Syncing an iPhone 5, AT&T 64GB, with Macbook Air 11" mid-2011, 1.8GHz / 4GB.
    OS X 10.10.2; iTunes 12.1.0.50; iOS 8.1.3.
    I am trying to sync my contacts from my OS X Contacts App to my iPhone 5 via USB. The contacts do not sync. The contacts are local, "on my mac". I am using a usb cable through iTunes.
    The iPhone 5 was just restored by Apple Configurator, set up as new iPhone, and is supervised by the MacBook Air.
    I am also synchronizing my local Calendars from the OS X Calendar app; these transfer just fine. This makes me think it is probably not to do with the entire setup of the iPhone, i.e. that it is managed by apple configurator, since some of the sync works correctly.
    Under "info" in the iTunes sync dialog, I have selected the "sync contacts" and "all contacts" and "sync calendars" and "all calendars" options.
    Interestingly, while the Calendars sync options displays options of "selected calendars" and a list of my calendars available to sync, the Contacts section "selected groups" is grayed out. I have one group in Contacts, and it does not show up by name for "selected groups". Instead, the area where groups should be listed for selection is empty. Perhaps iTunes does not have access to my local contacts? It is not listed under apps with access to my contacts under security and privacy, and it has not requested access to my contacts.
    I created a fake contact on the phone and synced it with iTunes. I then turned off contact syncing in iTunes and told it to remove previously synced contacts. The fake contact disappeared. When I turned contact syncing on again, the contact was again pushed to the phone. However, the fake contact did not appear at any point in the OS X Contacts App, and none of my OS X Contacts appeared on my phone -- only the fake contact I had created on my phone and then synced with iTunes.
    I also created a (different) fake contact in OS X Contacts. iTunes sync did not transfer this contact (or any others) from OS X Contacts to iPhone.
    SUMMARY:
    - syncing iPhone 5 via USB with iTunes
    - Calendar sync works
    - Contacts sync doesn't work
    - iTunes appears to have no communication with the OS X Contacts app; in system prefs > security and privacy > privacy > contacts, Pages and Word have access to Contacts, but iTunes is not listed. iTunes Contacts sync "selected groups" does not display my OS X Contacts group names.
    - Contacts created on iPhone sync back to iTunes and are restored back to the iPhone if deleted and resynced.
    - Contacts created on iPhone do not sync back to OS X Contacts; Contacts in OS X Contacts do not sync to iPhone.
    (apologies for premature posting to "Using iPhone"; I accidentally submitted and now can't delete or edit).

    Here's the resolution: I went to my local Apple store and spoke to the guy. After some discussion it turned out that one of the staff had had a similar problem. He suggested this course and I can report that it seems to work. So, (1) open your system preferences and then the print & fax setting and delete the printer in question (2) disconnect the USB between the printer and the TimeCapsule (3) shut everything down and turn off power to your modem, your TimeCapsule and your whole system (4) power on each item in its normal sequence (5) wait for your iMac to complete its boot-up, (6) re-connect the USB between the printer and the TimeCapsule (7) open system preferences and search for and install the relevant printer (8) try printing.
    This is hardly elegant, but it worked. I am told (by the same Apple store) that hitting the "reset" button in the TimeCapsule might also work. If this is intuitive or obvious to anyone else then my compliments to them ...
    Cheers
    OzHutz

  • File download via servlet doesn't work with IE via https

    I have a URL from a jsp page which points to a struts action servlet. This works with firefox via http and https. With IE it works via http but it doesn't work via https. The error message I get is "Internet Explorer cannot download ...File_name.doc from Server_name.
    Internet Explorer was not able to open this Internet site. The requested site is either unavailable or cannot be found. Please try again later."
    Here is my code.
    public ActionForward execute(ActionMapping mapping, ActionForm form,
                   HttpServletRequest request, HttpServletResponse response)
                   throws Exception {
              String attachmentURL = AppSettings.get("EAIAttachmentURL");
              String encodingScheme = AppSettings.get("EAI_encoding");
              String filename = request.getParameter("URL");
              String fileStr = URLEncoder.encode(filename, encodingScheme);
              fileStr = fileStr.replaceAll("\\+","%20");
              URL targetURL = new URL(attachmentURL + "/" + fileStr);
              URLConnection connection = targetURL.openConnection();
              connection.setDoInput(true);
              connection.setDoOutput(false);
              connection.setAllowUserInteraction(false);
              BufferedInputStream attachmentStream = new BufferedInputStream(
                        connection.getInputStream());
              * Setting the content disposition filename, so that the
              * attachment preserves the original filename
              response.setHeader("Content-Disposition",
                        " attachment; filename=" + filename);
              if (connection.getContentType() != null) {
                   response.setContentType(connection.getContentType());
              else {
                   response.setContentType("application/octet-stream");
              response.setContentLength(connection.getContentLength());
              response.setHeader("Pragma", "public");
              response.setHeader("Cache-Control", "public, max-age=-1, must-revalidate");
              if ( connection.getContentEncoding() != null ) {
                   response.setHeader("Content-Encoding",
                             connection.getContentEncoding());
              BufferedOutputStream responseStream = new BufferedOutputStream(
                        response.getOutputStream());
              byte[] buffer = new byte[4096];
              int bytesRead;
              try {
                   while ((bytesRead = attachmentStream.read(buffer)) != -1) {
                        responseStream.write(buffer, 0, bytesRead);
              } catch (Exception e) {
                   log.error("AttachmentProxy error: " + e.getMessage());
              } finally {
                   if (attachmentStream != null) {
                        attachmentStream.close();
                   if (responseStream != null) {
                        responseStream.flush();
                        responseStream.close();
              return null;
    There is a bug with IE when downloading via https according to Microsoft support site. Refer to http://support.microsoft.com/default.aspx?scid=kb;en-us;812935
    According to this bug, I have set the response header - "pragma" to public and "cache-control" to public. I've also unchecked the Do not save encrypted pages to disk setting in IE Options, Advanced tab.
    Has anyone come across this problem or a similar problem. Any help is appreciated. Thanks.

    I have a URL from a jsp page which points to a struts action servlet. This works with firefox via http and https. With IE it works via http but it doesn't work via https. The error message I get is "Internet Explorer cannot download ...File_name.doc from Server_name.
    Internet Explorer was not able to open this Internet site. The requested site is either unavailable or cannot be found. Please try again later."
    Here is my code.
    public ActionForward execute(ActionMapping mapping, ActionForm form,
                   HttpServletRequest request, HttpServletResponse response)
                   throws Exception {
              String attachmentURL = AppSettings.get("EAIAttachmentURL");
              String encodingScheme = AppSettings.get("EAI_encoding");
              String filename = request.getParameter("URL");
              String fileStr = URLEncoder.encode(filename, encodingScheme);
              fileStr = fileStr.replaceAll("\\+","%20");
              URL targetURL = new URL(attachmentURL + "/" + fileStr);
              URLConnection connection = targetURL.openConnection();
              connection.setDoInput(true);
              connection.setDoOutput(false);
              connection.setAllowUserInteraction(false);
              BufferedInputStream attachmentStream = new BufferedInputStream(
                        connection.getInputStream());
              * Setting the content disposition filename, so that the
              * attachment preserves the original filename
              response.setHeader("Content-Disposition",
                        " attachment; filename=" + filename);
              if (connection.getContentType() != null) {
                   response.setContentType(connection.getContentType());
              else {
                   response.setContentType("application/octet-stream");
              response.setContentLength(connection.getContentLength());
              response.setHeader("Pragma", "public");
              response.setHeader("Cache-Control", "public, max-age=-1, must-revalidate");
              if ( connection.getContentEncoding() != null ) {
                   response.setHeader("Content-Encoding",
                             connection.getContentEncoding());
              BufferedOutputStream responseStream = new BufferedOutputStream(
                        response.getOutputStream());
              byte[] buffer = new byte[4096];
              int bytesRead;
              try {
                   while ((bytesRead = attachmentStream.read(buffer)) != -1) {
                        responseStream.write(buffer, 0, bytesRead);
              } catch (Exception e) {
                   log.error("AttachmentProxy error: " + e.getMessage());
              } finally {
                   if (attachmentStream != null) {
                        attachmentStream.close();
                   if (responseStream != null) {
                        responseStream.flush();
                        responseStream.close();
              return null;
    There is a bug with IE when downloading via https according to Microsoft support site. Refer to http://support.microsoft.com/default.aspx?scid=kb;en-us;812935
    According to this bug, I have set the response header - "pragma" to public and "cache-control" to public. I've also unchecked the Do not save encrypted pages to disk setting in IE Options, Advanced tab.
    Has anyone come across this problem or a similar problem. Any help is appreciated. Thanks.

  • 40GB iPod Photo came with FW cable, doesn't work with FW cable

    I have a 40GB iPod photo that I love. I bought another (used) one for my wife, being careful to get the identical model so we could share things such as docks, cables, etc.
    Her iPod works fine with the USB cable, but will only charge with the FW cable -- no computer can see her iPod through FW. I've reset the iPod, updated it with the iPod updater, but nothing. When I connect her iPod to any of my Macs (her 12" iBook, my 12" PowerBook, my G5 iMac) with FW, the iPod appears to be charging, but is not detected by the computer, nor are any of the iPod controls usable. It doesn't go to the "do not disconnect" screen, but simply freezes where it is until the FW cable is disconnected.
    Specifics: both iPod Photos are the 40GB model M9585LL, version 1.2.1. The 2nd one CAME WITH a FW cable, which is why I'm puzzled that it won't work with it. Help?

    Here is some info for the pinout for the iPod.
    http://www.anythingbutipod.com/archives/2006/04/zen-vision-m-video-cable-other-4 pole-35mm-pinouts.php
    You need to find the pinout of the camera cable you have.
    Probably be easier to get get an AV cable with a 3.5mm plug to (whatever fits into your TV) cable.
    Usually, you simply have to swap the Red and the Yellow for it to work properly.

  • Apple Composite AV cable doesn't work with my iPhone 3G (3.1.3)

    Hello,
    Just purchased composite AV cable from apple store but it doesn't play videos on TV but audios only,
    Is it firmware or my cable prlbme?

    I used the original Apple composite AV cable with my iPhone 3G (OS 3.1.3) for a while and it worked fine for video playback in the iPod app. But after upgrading my iPhone 3G to iOS4 the cable stopped working. Video on my TV remains black and is shown on the iPhone's screen instead of the TV, and sometimes the iPhone tells me that this accessory is not designed to work with this iPhone. What did Apple do? Is there anyone who can confirm this change in behavior? Apple still recommends this cable in this article: http://support.apple.com/kb/HT1454?viewlocale=en_US
    Regards,
    Marcus

  • IPhone 5 contacts local sync via USB doesn't work -

    Syncing an iPhone 5, AT&T 64GB, with Macbook Air 11" mid-2011, 1.8GHz / 4GB.
    OS X 10.10.2; iTunes 12.1.0.50; iOS 8.1.3.
    I do not use iCloud and I am trying to sync my contacts from my OS X Contacts App to my iPhone 5. The contacts do not sync.
    Under "info" in the iTunes sync dialog, I have selected the "sync contacts" and "all contacts" and "sync calendars" and "all calendars" options.
    Interestingly, while the Calendars sync options displays options of "selected calendars" and a list of the calendars available to sync, the Contacts section "selected groups" is grayed out. I have one group in Contacts, and it does not show up by name for "selected groups".
    I am also synchronizing my local Calendars from the OS X Calendar app; these transfer just fine.
    The iPhone 5 was just restored by Apple Configurator and is supervised by the MacBook Air. Not sure whether this could have anything to do with the problem.

    @diesel vdub - I'm not sure where you read into my post that I expected an app would be digital handset theft prevention system, but, if you've used the app to locate a lost device, you'll notice that you can put a message on the screen, make the device play a very annoying sound and wipe the device. At what point would you assume that the app wasn't intended as a theft deterrent from it's capabilities? Please do go through the motions of using an app before discussing it's features and relevant merits based on your perusal of the marcoms. As someone closer to the trough when the device was first launched, I do have a very good idea of what the internal apps are intended for.
    For the rest of the gentle souls who offered advice, thank you for your compassionate, sympathetic advice.
    The first things I did in order were, reported the theft to the NSW (my state in Australia)Police, reported the IMEI number as belonging to a stolen device with my service providor and made certain they moved it onto the list of stolen iPhones.
    My initial post was to express dismay with the apps shortcomings and to make those operating on my earlier foundation of faith aware, that reliance on the app is, in my expereince, a fruitless exercise.

  • Composite cable doesn't work with iOS 8 on ipad

    I have the iPad3 and a composite cable Video/audio.  I have been able to use these to watch videos from the ipad on my tv. Both sound and video worked, until I upgraded to IOS 8. Now it does not work.

    What product are you using for that? I'll check to see if it's Apple approved. If it's not, then havimg it stop working is possible.

  • Mail sync via iCloud doesn't work

    Emails I send on my iPad are not showing up in the Sent items box in Mail on my iMac at home.
    I am using Gmail, and they of course show up in the Sent items mailbox there in Mail.
    Any thoughts welcome.

    I have all my account listed under Inbox, including iCloud and Googlemail. The latter is POP, and the 'sent' messages appear only on the Mac from which they were sent as this is a local mailbox. The iCloud 'Sent' mailbox is actually store on the iCloud server and read from there, so that sent message appear on all devices, because iCloud is IMAP whereas my Google account is POP. If you want 'syncing' of sent messages you have to use IMAP.
    It appears Gmail does offer IMAP - I'm not sure whether you have to request this or whether it's just a question of different settings. You could start with this Help page:
    http://support.google.com/mail/bin/topic.py?hl=en&topic=1668961&parent=1669040&c tx=topic

  • I am having problem with my notifications bar and control centre bar. It doesn't work with sliding my fingers on the screen and when I restart the phone it works properly  but again after few days the problem persist? My phone is an iphone6 8.1.3

    notification bar and control centre not working by sliding on the screen and when u restart it works fine for 4-5 days then again the problem persists

    First, try to reset the phone by holding the sleep and home button for about 10sec, until the Apple logo comes back again. You will not lose data by resetting.
    If this does not help, set it up as new device, explained here:
    How to erase your iOS device and then set it up as a new device or restore it from backups
    If still no luck, get it checked by visiting an Authorized Apple Service Provider or contact Apple Support to get it serviced:
    iPhone - Contact Support - Apple Support

  • Why tethering with USB cable doesn't work after IOS6.0 update?

    why tethering with USB cable doesn't work after IOS 6.0 update?

    Try updating the carrier settings, if that doesn't do it try following along with this Apple doc -> iOS: Troubleshooting Personal Hotspot

  • PC Sync doesn't work with Outlook and 6300

    Whilst I appreciate there maybe other posts similar to this there doesn't seem one that give enough information and when the suggestions are tried (the ones I read) they didn't work.
    I can sync with Nokia Communication centre (Emails and messages) but my 6300 won't sync with outlook (PC Sync)- contacts, notes or calendar.
    Here are the details:
    Windows XP SP3 & Also Vista Business SP1
    PC Suite is 7.0.7.0 (Also tried the version that came with the phone).
    Connection method - USB
    Phone Nokia 6300 latest firmware V 06.01 RM-217 (as checked on 27/7/2008)
    Outlook 2000, 2003 & 2007
    Messages
    Nokia PC Sync Warning
    PC Sync information.
    PC Sync has encountered a problem and has terminated the synchronisation.
    Possible Solution
    Please check your Synchronisation settings and ensure your phone is in the Idle state, then restart the Synchronisation.
    Phone Message
    Data Transfer not possible
    Synchronisation Info:
    Calendar: Incomplete. Unable to process all items. 0 Sent, 0 Received
    Contacts: Incomplete. Unable to process all items. 0 Sent, 0 Received
    Notes: Incomplete. Unable to process all items. 0 Sent, 0 Received
    Calendar Notes: Updated on other device New:0 Removed:0 Updated: 0
    Tried this on three computers with two with XP Pro(Outlook 2000 & 2003) and one with Vista Business (2007). Added new folders for test and also created a clean Outlook installation (2000 on one XP machine). None of these installations work with synchronisation. Tried just Contacts, Notes and Calendar on their own. Still no good.
    The main reason for wanting to do this is to transfer my Calendar from my 6230i (there seems to be no other way of doing it) and use it on my PC.
    I have managed to copy my contacts using PC Suite 7.0.7.0 by having both phones connected and selecting all the contacts from the old phone to the new phone in Nokia Communication Centre. Seems you can't do this on old suites. I can also see messages there as well although I haven't tried to copy them yet.
    What is interesting is that with all the same settings in PC sync and the same folders in outlook I have been able to synchronise my 6230i calendar both ways with no problems at all. It is just the 6300 that is giving problems either way.
    So is this a firmware bug, PC Suite bug, Interface bug, or just that some settings on either phone or PC that need changing to suite the 6300?
    Without this working there is no way that my desktop calendar can synch with my phone. As I said the 6230i was no problem.

    Thanks for that. I did indeed manage to do a calendar backup from my 6230i and then restore it to my 6300 and YES it did work.
    So how come that a calendar that obviously works on the 6230i phone can be restored to the 6300 phone, and the 6230i can do a sync to outlook. Yes I did that as well. I managed to sync the 6230i to a clean calendar in outlook, Modify it the calendar in Outlook and then sync it back to the 6230i. I then had to back it up in order to restore it to the 6300.
    Are you seriously saying that it is the format of the calendar when the 6230i does it so well. It seems obvious to me that it must be either the sync firmware of the 6300 or the PC connect software not taking account of any 6300 firmware differences.
    As a test I added an appointment to a completely blank calendar on my 6300 and tried syncing that with the same errors. When syncing you can for a split second see something trying to be synced but too fast to read. It would be more helpful if there was a proper log of actually why and where the problem occurred. So if Nokia (or anyone)has some debug software please can I try it?
    Whilst I have, after nearly a week of trying and search the internet, found a solution to my immediate problem (copying the calendar), it appears there isn't a solution to integrate the phone to Outlook - unless somebody know different.

  • Itunes Sync doesn't work with iOS 8.0.2

    Hello,
    after updating to iOS 8.0.2 on an iphone 5S the itunes syncing with an USB cable doesn't work anymore. A message is listed to "authorize" this computer, but it is already authorized. The iPhone isn't listed in the devices list with this itunes account either.
    suggestions anyone?

    Hi ..
    Try this on one device to test.
    Tap Settings > Safari then tap to clear History, Cookies, & Data then reset.
    Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears.
    Then try writing a post in ASC discusions.

Maybe you are looking for