Apr 16--29
MEMBERSLogin
DEVELOPERSLogin
MacUpdate Back-to-School Bundle.
Get 9 apps bundled for just $491.70 $49.99!
3 days left...
Buy Now
HookUp
Alarm Clock Pro
Periscope
DEVONagent
Mellel
Norrkross Movie
Bookends
(U)  MacJournal
(U)  Contactizer Pro
3,177 left
Unlocked at 7000 sold
(L)  LightZone
Videos!: Meet five developers in the Back-to-School bundle. Get 9 top-selling Mac Apps for $49.99 [toggle]
DESCRIPTION
Mail2iCal is an AppleScript that allows users to export new email messages from all accounts in Mail to calendars in iCal.
WHAT'S NEW
release notes not available
REQUIREMENTS
Mac OS X 10.4, Apple iCal 2.0 or later, Mail.app 2.0 or later


Developer:KleinWare
Downloads:5,434
  - Version d/l:2,198
Utilities:AppleScript
License:Free
Date:20 Jul 2006
Platform:PPC/Intel
OTHER PEOPLE SUGGEST
    No similar products suggested yet
    Suggest something else:
    Mail2iCal User Reviews (6 posts)Write A Review
    Feb 13 2008

    KAUFI  Sorry, I hit the "Post" button before I finished ...

    Instead of doing what it should, the script only gives a spoken error message.  (Version 1.5)

    [ Reply ]
    Feb 13 2008

    KAUFI  Fantastic idea which I'd love to implement. But it doesn't work with my machine (Leopard, Mail 3). Does anayone else have this problem or is soemthing wrong with my Mail.app?  (Version 1.5)

    [ Reply ]
    Jul 18 2005
    ***..

    DIETER  In its current form, the script doesn't support 12 hour (i.e. AM/PM) time formats. By replacing the line

    set EndMins to (word 9 of paragraph 1 of theBody)

    with

    if (EndHours = "AM") or (EndHours = "PM") then

    set EndHours to word 9 of paragraph 1 of theBody

    set EndMins to word 10 of paragraph 1 of theBody

    else

    set EndMins to word 9 of paragraph 1 of theBody

    end if  (Version 1.3)

    [ Reply ]
    Jul 11 2005

    COS  I've hacked Outlook / Exchange Meeting Request support into Mail2iCal. I've sent my changes to the developer, but in the meantime, see here:

    http://polydistortion.net/monkey/archives/2005/07/11/003383.html  (Version 1.2)

    [ Reply ]
    View all 6 posts >>