ICal

From Applepedia

Jump to: navigation, search

iCal is the personal organizer by Apple Computers, Inc that comes bundled with OS X

iCal
Image:ICal.png
Min/Max OS Support 10.2 / 10.3
License System Software
Category Productivity
Installer Installed with OS X
PowerPC Traitor {{{universal}}}
Website iCal

Contents

The Inner Workings

Data Storage

iCal stores everything in plain text. They're saved in .ics files which are in ~/Library/Calendars/

Here's an example of an event store in iCal's plain text format

BEGIN:VEVENT
DTSTART;TZID=US/Eastern:20021023T181500
SUMMARY:Sushi Dinner!
UID:05F4B247-1E66-11D7-BC48-0003934767F6
SEQUENCE:4
DURATION:PT2H45M
END:VEVENT

iCal Development

July 17

When iCal is in the Dock but is not running, it shows the current date as July 17th. To change this to a blank calender page instead, run the following commands in a Terminal:

cd /Applications/iCal.app/Contents/Resources
cp App.icns App-backup.icns
cp App-empty.icns App.icns

To reverse this change:

cd /Applications/iCal.app/Contents/Resources
cp App-backup.icns App.icns
Personal tools