Tech Thought

Tech tips, hints, and general musings. PHP, Perl, Mysql, Javascript, AJAX, JSON, Linux, Mac OSX

Entries Tagged ‘iCal’

Online Tool to Convert .ICS file to Excel/CSV

I couldn’t find a decent way online to convert ICS files into an Excel type format for easy manipulation, or adding to documents etc.  So I’ve built a simple one that is now available online: http://csv2sql.evandavey.com/ical2csv.php This takes an iCal URL and provides you with a CSV file as a download.  Makes it much easier [...]

Comments (5)

How To: Fix iCal slowness

So you’ve been using iCal for a while, and suddenly it starts working very slowly… One solution I found was to remove your calendar from your computer and let iCal download it from your server (ONLY use this if you use server based calendars): Open terminal and type: rm -r ~/Library/Calendars/ Various solutions are discussed here.

Leave a Comment