ICal and Addressbook connecting to eGroupware - various bugs?

Hi all,
given CalDAV and CardDAV as standardized protocols, it shouldn't be too much of a problem to connect to private calendar and addressbook servers, you'd think... For some year's I'm running a eGroupware server, and while this product is far from being bug free, I believe it's basically massive bugs in Apple's Ca*DAV protocols that keep the synchronization from working. Let's start with iCal:
Originally, eGroupware's CalDAV implementation returned fully qualified URIs (like https://www.example.com/egroupware/calendar/) for all kinds of properties, e.g. calendar-home-set. As a result, iCal sent requests with the path //www.example.com/egroupware/calendar - i.e. instead of properly parsing the URI, it just stripped off the protocoll indicator and tried to treat the remaining string as a path.
As the CalDAV standard doesn't make any hint if URIs should be supplied as fully qualified or relative URIs, returning full URIs seems to be the safer bet, and iCal's reaction on this is IMHO as clearly a bug as it can be. Nevertheless, I patched eGroupware to supply relative URIs, and hey ho, iCal integrates fine with eGroupware now. By the way, eGroupware has some hard coded behaviour to supply only the events of one month back by default, but you can patch that behaviour as well, of course.
Now to Addressbook, and that's where I'm beyond my wits First of all, it is not possible to configure a CardDAV server in Addressbook itself, as the GUI is massively broken (just try to setup a CardDAV server https://www.example.com/egroupware/addressbook/ and you'll end up with a configured URL https://www.exmaple.com:443/egroupware/addressbook/:443<null> or something even more broken. You need to edit the file "Application Support/AddressBook/Sources/78E03291-22C9-4E27-9852-8480AD6A0F03/Configuration. plist" manually.
Now, still Addressbook sends a PROPFIND requst for current-user-privilege-set to /directory/ to the server. Don't know what kind of result the programmers expected from this, but on my CalDAV server nothing at all resides under that path, also it's not mentioned in the CalDAV as a general concept. After it got a 405 Method Not Allowed to this request, Addressbook continues sending more sensible requests, so it might not be an actual problem - I'm not sure.
Next is a PROPFIND query for addressbook-home-set to /egroupware/groupdav.php/addressbook/ wich is a perfectly expected behaviour from the standard. But first, the server replies with 401 Unauthorized. Addressbook then repeats the request, this time including the correct HTTP BASIC authentication information. Now, the server tries its best to handle this request according to standards. I quote the full response here, perhaps some pro spots a mistake in the response I'm to dumb to see:
HTTP/1.1 207 Multi-Status
Date: Sun, 06 Sep 2009 14:51:58 GMT
Server: Apache/2.2.12 (Debian)
X-Powered-By: PHP/5.2.10-2.2
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
X-Dav-Powered-By: eGroupWare CalDAV/CardDAV/GroupDAV server
X-WebDAV-Status: 207 Multi-Status
Content-Length: 486
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: text/xml; charset="utf-8"
<?xml version="1.0" encoding="utf-8"?>
<D:multistatus xmlns:D="DAV:">
<D:response xmlns:ns0="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/" xmlns:ns1="urn:ietf:params:xml:ns:carddav">
<D:href>/egroupware/groupdav.php/addressbook/</D:href>
<D:propstat>
<D:prop>
<ns1:addressbook-home-set><D:href>/egroupware/groupdav.php/addressbook/</D:href ></ns1:addressbook-home-set>
</D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
</D:propstat>
</D:response>
</D:multistatus>
I read the CardDAV RFC over and over again, but this seems to be as correct a response as you could wish. Note: out of the box eGroupware doesn't generate the D:href sub-element to ns1:addressbook-home-set but directly puts the URI as content of that element. This is not correct according to the CardDAV standard, but iCal is ignoring exactly the same mistake of the CalDAV implementation of eGroupware. It doesn't make a difference for Addressbook either - both variants lead to the error message 'Von CardDAV-Server Fehler (207) für den Benutzer "xxx" erhalten.' This is a strange message to show, as 207 is not an error code. Of course I patched eGroupware to return 200 OK as HTTP status (contradicting the standard), and hey ho, in Konsole you'll see an error message stating "Expected multi-status response but got status code: 200".
So - Addressbook actually expects and checks for 207 Multi-Status, i.e. the message on the GUI is giving us no indication on the actual problem. Some easy checks proved that Addressbook wouldn't react any different if the server replies with plain nonsense (e.g. syntax errors in the XML file). So, obviously, Addressbook can't cope with an aspect of the response it gets, fails to generate any log or message box about the problem, and sets a misleading error indication on the GUI.
And now? Does anybody have a good hint what could Addressbook make work here? When can fixes to iCal and Addressbook realistically be expected, if at all?

Hello Pelzi,
Same problem here with iCal an eGroupware. Since I opgraded to SnowLeopard, my Calander isn't syncing anymore.
*iCal sends this:*
PROPFIND //192.168.3.199/egroupware/groupdav.php/calendar/ HTTP/1.1
Host: 192.168.3.199
User-Agent: DAVKit/4.0 (729); CalendarStore/4.0 (965); iCal/4.0 (1362); Mac OS X/10.6 (10A432)
Authorization: Basic ******
Depth: 1
Content-Type: text/xml
Content-Length: 143
Connection: keep-alive
<?xml version="1.0" encoding="utf-8"?>
<x0:propfind xmlns:x0="DAV:">
<x0:prop>
<x0:getetag/>
<x0:resourcetype/>
</x0:prop>
</x0:propfind>
*And Groupdav replies:*
HTTP/1.1 405 Method Not Allowed
Date: Mon, 07 Sep 2009 13:41:34 GMT
Server: Apache/2.2.3 (Linux/SUSE)
Vary: accept-language,accept-charset
Accept-Ranges: bytes
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html; charset=iso-8859-1
Content-Language: en
1e
<?xml version="1.0" encoding="
af
ISO-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Method not allowed!</title>
<link rev="made" href="mailto:"[email protected]" />
<style type="text/css"><!--/--><![CDATA[/*><!--/
body { color: #000000; background-color: #FFFFFF; }
a:link { color: #0000CC; }
p, address {margin-left: 3em;}
span {font-size: smaller;}
/]]>/--></style>
</head>
<body>
Method not allowed!
The
PROPFIND
method is not allowed for the requested URL.
If you think this is a server error, please contact
the webmaster.
If anyone has a solution?
Message was edited by: HansH8

Similar Messages

  • Recommendations for a phone that will sync with iCal and Addressbook?

    I'm confused by the posts regarding what mobile phones will and won't sync with iCal and Addressbook. Apple has a list of isync compatible devices (http://www.apple.com/macosx/features/isync/devices.html), but it seems from some of the posts here as though phones not listed will also sync.
    Can those of you who know about cellular phones that sync with iCal and Addressbook please recommend some models for me. These are the things I need:
    -Cingular service compatibility
    -syncs with iCal (including to dos) and Addressbook (must store at least 1500 entries)
    -bluetooth
    -a small phone would be nice
    I don't care whether it has a camera, an mp3player, PTT, picture messaging, video, or voice activation. Wi-Fi would be nice, but it's not imperative. Also, please let me know if I would need to purchase any third-party software or hardware.
    Thank you.
    Todd Berliner

    The supported device list contains a list of devices that Apple claims are explicitly compatible with iSync out of the box, subject to the limitations outlined in the footnotes at the bottom of the page [the ones that apparently almost no one ever reads] and the general rule that carriers may not support certain features [say, Bluetooth or USB] and may not support certain functions [say, calendar synchronization] with a supported device.
    Manufacturers like Audiovox, LG, Samsung and Sharp are not supported, unless they run an OS listed below, instead of their proprietary operating systems. If a device is not manufactured by Motorola, Nokia, Panasonic, Seimens, Sendo or SONY Ericsson, it is generally not supported, unless it uses…
    • the Blackberry OS [which requires third-party software]
    • the danger HipTop OS [which requires third-party software]
    • the Palm OS [which is is supported but performs better with third-party software]
    • the Windows Mobile OS [which requires third-party software*]
    *Windows Mobile 5 device support is not yet available in release software.
    …or, an iSync-compatible plug-in has been written to extend support to a specific device or family of devices.
    Julian referred you to a site where he has made a number of plug-ins available for various mobile handsets. Nova Media also sells a low cost package of plug-ins providing support for various handsets.
    http://www.novamedia.de/sync/index.html
    Others have built single-use plug ins with various degrees of success, which you can find using tools like Google.
    The bottom line: if you are going to vary from the iSync Supported Device list, you have to do some relatively extensive research, including searching these forums for your specific device, to determine if it can be supported. Many plug-ins are intended only to work with iSync 2.2, so Mac OS X 10.4.6 is a requirement in most cases.

  • How to get Exchange ActiveSync, MobileMe, iCal, and AddressBook to coexist

    From reading these forums, I have come to understand that an ActiveSync-enabled iP3G will not sync with iCal and AddressBook running on my iMac. The workaround proposed is to get a MobileMe account so that the iMac's information is made available to 'the cloud', from where it is pushed to the iP3G, thus making my iMac's contacts and calendars available on the iP3G.
    My present desktop setup involves Entourage 2004 communicating with my company's Exchange Server to offer up my email, and, through Entourage's Sync Services preference, place my Exchange calendar into iCal. (I use Sync Services only for calendar events, not contacts.) Thus, iCal on my desktop shows an "Entourage" calendar generated by that program, and additional Personal and Children calendars; my AddressBook has only personal contacts, and not any Exchange contact information.
    So, the iP3G will now get business mail, business contacts, and business calendar using ActiveSync directly from the Exchange server. Using the MobileMe workaround will allow AddressBook to offer my personal contacts to the cloud, from where they will be pushed to the iP3G, and that is great. The MobileMe workaround will also send my iCal calendars to the cloud and then the iP3G, and this is what leads to my question.
    iCal already has a business events calendar called "Entourage", and I assume this calendar will get pushed to the iP3G along with the Personal and Children calendars that are on my iMac. The iP3G is also getting a business events calendar pushed to it through ActiveSync. How does one avoid the resulting duplication of business events on the iP3G. One solution would be to turn off Sync Services for events in Entourage so that it does not create its calendar in iCal, but I would prefer to avoid this as I like seeing all my calendars in one place (in iCal) on my desktop.
    Any advice would be much appreciated. Thanks!

    The minimum requirement for iCloud on your Mac is Lion 10.7.2 (Mountain Lion preferred): the iCloud Preference Pane does not appear on earlier systems - the MobileMe pane appears on Lion and earlier but is non non-functional - you cannot now open or access a MobileMe account.
    You can set Snow Leopard up to access the email on an existing iCloud account which has been set up on a compliant device, and you may be able to sync iCal using an unsupported (and possibly unreliable) hack, but no other facilities will work. You cannot open an iCloud account on Snow Leopard.
    This page outlines the limited use you can make of an existing iCloud account with Snow Leopard:
    http://www.wilmut.webspace.virginmedia.com/notes/icloudSL.html
    To make full use of iCloud you will have to upgrade your Mac to Lion or Mountain Lion, provided it meets the requirements.
    The requirements for Lion are:
    Mac computer with an Intel Core 2 Duo, Core i3, Core i5, Core i7, or Xeon processor
    2GB of memory
    OS X v10.6.6 or later (v10.6.8 recommended)
    7GB of available space
    To purchase it you will have to ring Apple at the number given at the bottom left of this page.
    The requirements for Mountain Lion are listed here:
    http://www.apple.com/osx/specs/
    It is available from the Mac App Store (in Applications). (If you are currently pre-Snow Leopard you will have to upgrade to that to access the Mac App Store: it's available in the online Apple Store.)
    You should be aware that PPC programs (such as AppleWorks) will not run on Lion or above; and some other applications may not be compatible - there is a useful compatibility checklist at http://roaringapps.com/apps:table

  • How can I sync Ical and AddressBook between 2 machines on a LAN

    All I want to do is sync my calendar and address book between my desktop and laptop.  So far the only way I've seen for doing this is by using MobileMe - I don't have an account - or by copying the relevant folders between the two machines.  Whilst this is a solution it is far from ideal.  There has to be a more elegant solution. 

    well, home sharing actually copies content between homeshared libraries, however playcounts, ratings, etc. will not come along.
    have a look @ these 3rd party tools:
    PowerTunes
    TuneRanger
    Syncopation

  • Why are Apple Mail and Addressbook not listed?

    In Support, neither Apple Mail nor Addressbook are listed on OS apps. And if you go to Feedback > Product Feedback, there are 31 apps listed, but Apple Mail and Addressbook are not listed there either. Mac OS X is, so you need to use that for these apps.
    But I think the lack of listing is not so bad, but is indicative that Apple doesn't seem to embrace these apps the way it does it's other OSX built in apps. They are basically good apps. I use them as my default apps along with iCal in order to always be in sync with the latest OSX release/update. I used to use 3rd party PIM apps but then had to always wait until they released their update to be in sync with the latest Apple OS. After awhile I realized the smarter approach was to use Apple's software as much as possible since they will be designed to work with the latest OS upon the release of the latest OS.
    But the built in apps: iCal, Addressbook and Apple Mail, while sufficient, are not full featured robust apps like their 3rd party competitors. I have to assume some this is financial since they are included in the OS where as 3rd party apps cost $40 and up, plus upgrade costs after a certain cycle lifespan.
    Personally, I never want to use a calendar, contact manager or email 3rd party clent again so that I am fully in the Apple family with hardware and software all made to work together.
    If the reason these type apps are not more robust is because Steven didn't feel we needed more, or because there are only so much design and programmng resources Apple can apply to essentially "free" apps, I would welcome a paid for "Pro" version of these apps to pay for more features.
    Example: while iCal and Addressbook sync with all your devices, Apple Mail doesn't. Now that I have a new 2nd computer (MBP), I would REALLY love it if all my folders on the left column were identical on both my Mac Pro and MacBook Pro.
    There are other feature requests I would make, and bet you would too.
    I hope this is helpful to all and to Apple in terms of making their indigenous apps more robust for us, listing them in the OSX apps list in Support and Feedback and embrace them as signature Apple apps fully supported, developed and proud of.
    Just my opinion.
    Steven

    Example: while iCal and Addressbook sync with all your devices, Apple Mail doesn't. Now that I have a new 2nd computer (MBP), I would REALLY love it if all my folders on the left column were identical on both my Mac Pro and MacBook Pro.
    My Mail syncs, I don't know why yours doesn't. All the folders on the left of my Mail App are identical on all of my Macs and my iPhone.
    In Support, neither Apple Mail nor Addressbook are listed on OS apps.
    Granted, Contacts (No longer AddressBook) is not listed.

  • How To Sync iCal and Address Book in Windows 7

    Hi.
    I have using mobileme for years and now icloud. I have all my files in my idisk account and they work flawless in my macmini, iphone, etc
    Now I have to work with a PC with Windows 7 at the office and need to get, edit and add apointments and contacts to the ical and addressbook I use on my mac.
    Is there a way (or hopefully a program) I can use to sync my ical and addressbook information in WINDOWS 7?
    Thanks for the support!
    Regards,

    Similar problem here,
    I have a month-old archived version of my AddressBook, but today my entire rolodex vanished when the program froze and I force quit. I have a much more recent update on my ipod and have made significant additions/editions in the past month. Can I retrieve all that data from my iPod??
    Help!

  • CHANGE ICAL AND CONTACT SKIN IN ICLOUD

    recently did the below for iCal and Addressbook on the mac. changed skins from the hideous
    leather look back to aluminum. any way to do same in iCloud on the mac?
    http://macnix.blogspot.com/2011/07/change-mac-os-x-107-lion-ical-skin-to.html
    http://ifredrik.com/applications

    yes..this is a shame...the faux leather skin is truly hideous...Apple...offer alternatives please!!!!!
    I notice that system wide, everything is being dumbed down to suit the iPad world for mums and kids....Apple as an artist and business platform is losing it big time...

  • Bugs with Lion! Cannot delete events in iCal and other stuff...

    First, sorry for my English, I speak French...
    I installed Lion on my MacBook Pro, my iMac and on my girlfriend's MacBook Pro and I have the same problems on each computer! Help please!
    I try to delete an event on iCal and it always comes back!! I cannot delete it and I cannot delete an entire calendar too! It disappears and 10 seconds later, it's back!
    I also removed an icon from the Dock but when I restart the computer, it is back in the dock!
    I have also some issues with the file sharing between my Macs. Usually, I entered the username and password of the Mac and it was possible to access everything from another Mac. But now it doesn't work! I think that I must create a new user account for file sharing...
    What should I do??
    Thanks!!!

    I have the same issues with items "re-appearing" in the dock after reboot or waking from sleep. I went into recovery mode, wiped my hard drive, and cleanly reinstalled lion to no avail. I had other issues that cleared up, but my dock is full of apps I never use...so I can only conclude its a bug.

  • How to connect a Razr to iCal and Address Book w/ bluetooth

    How to connect a Razr to iCal and Address Book w/ bluetooth
    Hello. I am going to post this in multiple forums because I searched but couldn't find anything on how to sync my Razr with Tiger's iCal and Address Book so this is the How To.
    First, download the software Pacifist which can be found on www.versiontracker.com. After the download, put your Tiger DVD into the drive, open the packages in Pacifist, and do a search for iSync.app. Drag that app into your Applications folder. Go to www.versiontracker.com again, and download the iSync 2.1 update. Run that update, and after the restart, use the bluetooth setup to connect to your phone. After pairing, the bluetooth setup should say that you can sync your contacts and ical list. Go to your Applications folder and find iSync. Using this application, you can now adjust the settings for your iCal and Address Book apps.
    Good luck!

    Hi,
    There's a dedicated forum for Server customers.
    Good luck,
    S.

  • I have bought an I pad Air 128 with cellular connection.I travel a lot and will need to insert various cellular providers sim cards in the countries i visit. Will these various sim cards work in the I pad Air or is the i pad locked?

    I have bought an I pad Air 128 with cellular connection.I travel a lot and will need to insert various cellular providers sim cards in the countries i visit. Will these various sim cards work in the I pad Air or is the i pad locked?

    Hello, no ice. 
    Thank you for visiting Apple Support Communities.
    As long as you purchase the GSM model and acquire a Nano-SIM card, you should be able to use your iPad abroad.  Here is some information about this process that you may find helpful.
    iPhone and iPad: Using cellular networks while in another country
    http://support.apple.com/kb/ht1807
    Cheers,
    Jason H.

  • [svn] 4611: Various bug fixes in effects, mostly in the area of seeking, auto-reversing, and shader transitions.

    Revision: 4611
    Author: [email protected]
    Date: 2009-01-21 16:30:21 -0800 (Wed, 21 Jan 2009)
    Log Message:
    Various bug fixes in effects, mostly in the area of seeking, auto-reversing, and shader transitions.
    QE Notes: None
    Doc Notes: None
    Bugs: sdk-17783, sdk-18767, sdk-18759, sdk-18461, sdk-18309, sdk-18013, sdk-18688
    Reviewer: Jason
    Tests: checkintests, Mustella: Effects, gumbo/effects, ListDataEffects
    Ticket Links:
    http://bugs.adobe.com/jira/browse/sdk-17783
    http://bugs.adobe.com/jira/browse/sdk-18767
    http://bugs.adobe.com/jira/browse/sdk-18759
    http://bugs.adobe.com/jira/browse/sdk-18461
    http://bugs.adobe.com/jira/browse/sdk-18309
    http://bugs.adobe.com/jira/browse/sdk-18013
    http://bugs.adobe.com/jira/browse/sdk-18688
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/Animation.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxAnimateShaderTransition.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/SetAction.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimateInstance.a s
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimateShaderTran sitionInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/AddChildAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/AddItemAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Effect.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/EffectInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Parallel.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/RemoveChildAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/RemoveItemAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/SetPropertyAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/SetStyleAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/UnconstrainItemAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/ParallelInstanc e.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/SequenceInstanc e.as

    Revision: 4611
    Author: [email protected]
    Date: 2009-01-21 16:30:21 -0800 (Wed, 21 Jan 2009)
    Log Message:
    Various bug fixes in effects, mostly in the area of seeking, auto-reversing, and shader transitions.
    QE Notes: None
    Doc Notes: None
    Bugs: sdk-17783, sdk-18767, sdk-18759, sdk-18461, sdk-18309, sdk-18013, sdk-18688
    Reviewer: Jason
    Tests: checkintests, Mustella: Effects, gumbo/effects, ListDataEffects
    Ticket Links:
    http://bugs.adobe.com/jira/browse/sdk-17783
    http://bugs.adobe.com/jira/browse/sdk-18767
    http://bugs.adobe.com/jira/browse/sdk-18759
    http://bugs.adobe.com/jira/browse/sdk-18461
    http://bugs.adobe.com/jira/browse/sdk-18309
    http://bugs.adobe.com/jira/browse/sdk-18013
    http://bugs.adobe.com/jira/browse/sdk-18688
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/Animation.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxAnimateShaderTransition.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/SetAction.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimateInstance.a s
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimateShaderTran sitionInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/AddChildAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/AddItemAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Effect.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/EffectInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Parallel.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/RemoveChildAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/RemoveItemAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/SetPropertyAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/SetStyleAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/UnconstrainItemAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/ParallelInstanc e.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/SequenceInstanc e.as

  • Bug in iCal and adressbook?

    Everytime I close adressbook or iCal and reopen them, they do not fill the screen. The shrink and stay smaller only a view pixels under the menu-bar. It can be reproduced and I'm not that dumb that it's my personal fault I think. Or is it?? No programm installed to change the look nothing that has to do with iCal or adressbook...

    Sorry but the problem still exists. Deleted the files while the programs were closed. Then I opened them, resized them to fill the hole screen but the same thing (after I reopened them): The windows are not totally smaller, but they are some pixels (about 15) smaller at the top, which looks ugly because i like them directly under the menu-bar. I don't get it.

  • IPad, iCal and iTunes sync problem

    Early last year, I posted (https://discussions.apple.com/message/18503738#18503738) that syncing between my iPad 3 and my Snow Leopard iMac behaved oddly.  AppleCare Support dweebs had failed to resolve the issue and no one on here managed to come up with any suggested fix.
    However, for no apparent reason, the problem stopped and I stopped monitoring this august and highly esteemed forum and all went well ...
    ... until recently.
    I sync via a USB cable and I do not use iCloud (as I'm on Snow Leopard) save for Find My iPad, all other iCloud options are switched off.  All other app syncing appears to work correctly, it is only iCal and Calendars that don't.
    Just why things have started to go wrong now, probably in the last three or four weeks, I do not know but now the following syncing errors occur ...
    1) On the iPad: new appointments or changes to appointments made on the iPad are not synced to the iMac;
    2) On the iMac, changes to appointments already on the iMac are shown on the iPad as both the new and old timings/details, not as replacements;
    3) On the iMac, new appointments are made in the default (or last) calendar used.  These are then edited as required, with the details put in and, if necessary, calendars changed.  On the iPad, however, these will show as both "New event" in the default calendar and as the edited correct appointment, not just as the finalised entry;
    4) Appointments deleted from the iMac are not deleted from the iPad.
    In other words, changes on the iPad are not synced across to the iMac and changes on the iMac are synced twice, once as the unedited appointment and once as the edited appointment - if an appointment is deleted it remains on the iPad.
    When the original problem arose (similar but not identical) the Apple dweebs suggested deleting my iCloud account (not synced, used only for Find My iPad) but doing that this time does not remove the bug.
    I'm running a 27" quad-core i7 iMac under MacOSX.6.8 (Build 10K549), iCal v4.0.4 (1395.7) and I sync via USB  and iTunes v11.0.2 (26).  The iPad is a 64GB 4G/wifi iPad 3, currently running under under iOS6.1.3.  To the best of my knowledge, all available updates have been applied to both devices.
    I have deleted all calendars off the iPad by deselecting Calendars in iTunes' iPad tab, turned it off.  Swicthed off the iMac, Safe Booted and run OnyX full suite, I have then Single User booted, run fsck -fy three times then run applejack AUTO restart, then rebooted the iMac, rebooted the iPad, sync'd without Calendars then resynced with the Calendars selected again.
    I had hoped that this would remove any cache files, temporary files, stuck RAM or whatever else could conceivably be causing this bizarre behaviour - to no bl**dy avail!  It is behaving exactly and frustratingly as before!
    What on earth is going on?  if I can't use my iPad as my main calendar and add new appointments when out and about and have them synced properly and reliably to my iMac then the whole thing is a waste of time andI shall have to revert to a paper diary again!
    HELP!!!!! Please, before I go mad with frustration!

    I'm not sure whether getting no replies to this (or the earlier) query is something of which to be proud - or terrified!
    Am I the only person in the world with this bizarre insoluble problem?  if so, why me?  Am I a Chosen One or, more likely, someone to be punished for a lifetime of misdeeds!
    But there is progress.  I have no idea what happened at a technical level or why, but the matter has now resolved itself and things are syncing normally.  Until the next time!
    Perhaps there is a clue somewhere in the following ...
    I run my iMac 24/7 and thus I rarely close iCal on the iMac and when i do it is usually by accident.  The same applies to Calendars on the iPad, although I do reboot from time to time.
    Anyway, I installed some software on the iMac which required a reboot and, as susual, iCal opened via Preferences > Accounts > Startup items - only this time I was presented with a perfectly blank calendar.  A message appeared, from within iCal (oh, how I wish i had noticed what it actually said) saying something along the lines of "importing calendars".  This took a little while and it wasn't instant - maybe it does this every time it reatrts but too fast for me to notice.
    After this "import", if indeed that's what it was, the syncing was corrected!
    Coincidence?  Cause and effect?  Magic?  Too many magic mushrooms for breakfast?
    If that is what resolved the issue, then how can I cause an import deliberately for when the syncing goes astray again and just what does an "import" do that a normal launch doesn't and which might have resolved the glitch?
    I have had this "import" message before, but very very rarely, so it may well have resolved the syncing issue last time and I just didn't make the possible connection.
    Does that help anyone come to my rexcue with an explanation and, possibly, a strategy for preventing or deliberatly correcting syncing issues in the future?

  • ICal and Mail integration in other languages

    Hi,
    I'm really impressed with the way mail integrates with iCal. My only problem is that I get a lot of meeting arrangements in Estonian, so mail doesn't recognise words like tomorrow, days of the week or months of the year. Is there a list in OS X where alternatives can be added? For instance, can I make Mail recognise both the English work 'tomorrow' and the Estonian word 'homme' as the same thing?
    Thanks,
    Ant

    There's a nifty App out there called MailTags (http://www.indev.ca/MailTags.html).  I've been using it for a year or so on Lion and it connects your mail to iCal pretty well.
    From what I'm reading on the MailTags support forum, however, the Mountain Lion version of MailTags, though available, is causing some pretty bad crashing problems at the moment.  I'm personally not installing it until I see those issues resolved.  I would keep an eye on it and wait for MailTags to fix the bugs, then take it out for a spin - they have a free trial. 
    In Lion with MailTags 3, you would open an email in Mail, click the tag and either assign an iCal Event to the email or an iCal Task.  You made the assignment right inside Mail using the "Tag" and the Event or Task would automatically appear in iCal - and Event/Task would include a link back to the Mail message it came from (which was super convenient).   
    Tasks in iCal seem to be gone since I installed Mountain Lion tonight. I'm not really happy about that - cannot figure out how to get them back. The "Reminders" icon was added to my toolbar - I'm guessing that Apple killed Tasks in iCal and replaced with Reminders??  Though I'm not convinced I didn't lose some data in this process.
    It will be interesting to see how MailTags for Mountain Lion works with these changes from Apple - once MailTags for Mountain Lion gets stabilized anyway.  I was a PC person for 20 years.  The only thing Microsoft does better than Apple is Outlook's full integration of calendars, tasks and mail.  Wish Apple would wake up and see the value to integrating these tools into a single app - bouncing between THREE apps now for this is not productive.  But MailTags is the closest thing I've found to bringing that integration together since I went Mac.  Hopefully they'll have the new release of Mailtags for Mountain Lion stabilized soon, cause I'm already missing it.

  • ICal and Google Calendar: Why can't we all just get along

    OK. To start, I'll just lay out what I'd like from these two apps:
    I primarily use Google Calendar because I'm on different computers frequently and it's nice to have my calendar anywhere. I would have no reason to use iCal really, except that I want to sync my calendar info onto two iPods (touch and classic) to have that info with me on the go.
    Ideally I'd be able to input info onto either Google Cal or iCal and it would be reflected on the other one pretty seamlessly.
    Here's what I have now. Following directions from Google, I added my Google account to the "Accounts" page in iCal prefs using a link like this, "https://www.google.com/calendar/dav/[email protected]/user".
    Under the delegation tab I checked the various Google calendars that I want synced over to iCal. They all show up on iCal, so this part is working well.
    Unfortunately things start to head south here. If I'm not connected to the Internet, the various Google calendars display symbols because they can't connect. Fine. But when I try to sync the calendars through iTunes, nothing transfers. No events, no nothing. (I can't sync while connected to the 'net currently b/c I'm in a foreign country using a USB modem that blocks the other USB port. Hopefully I'll find a USB hub soon.)
    Anyway, two basic problems.
    1. Is there a relatively simple way to have two-way sync between iCal and Google Cal
    2. The issue with events not syncing to iPods

    Then check the following:
    1.) are you using the Mac OSX install DVD that came with this mac? Cuz only that would ensure to have the right windows drivers inside the windows port of the boot camp setup exe
    2.) Did you try to download the missing drivers via ID? there are several sites offering the right drivers by device ID (See device driver properties). To name one "Driveragent.com" but there is even a better one, but as its late here i really cant remember the name...
    But I get back to you on this one as soon as I hit my office again... promised

Maybe you are looking for

  • System variales

    Hi ,      what is system variable to find the number of records in an internal table and what is the diff between sy-tabix and sy-index .

  • HT1689 How can I play podcasts on my iphone without using data?

    How can I play podcasts on my iphone without using data?

  • Cross Business Area posting restriction

    Dear Experts, Is it possible to restrict in Cross business area posting through configuration? I want to keep validation in cross business area posting. Sourav

  • Error 405 resource not allowed!!

    i trying build web services with: --netbeans 4.1 beta --sun java application server 8 --jwsdp 1.5 --os: windows xp pro i try a simple web services hellows...when i build the web services is successfuly....but when i open in internet explorer is error

  • Trying to write to a windows drive

    A client asked me to edit nearly 100 gb of audio data, and so he loaded it all on an external USB iomega hard drive and dropped in the mail. Except his computer was a windows system, which means the hd is a windows Windows NTFS disk. I can read the f