Long Time Coming iPhone Update
So I have had my iPhone for almost a year now. I have never been more disappointed in a phone. While it is a great device, it does just about everything but be a phone. I miss at least 3 calls a day and I drop easily twice that. This is horribly unacceptable. I mean how can I conduct business if I cannot stay on the phone long enough to have a five minute conversation?
No commentsCSV to iCal Update 2
Well, I can finally say, its done. About as done as it is going to get. I fixed the problems with the time zones, it is subscribable in Google Calendar, Thunderbird, and any other program that supports the iCalendar specification. (Basically if it allows you to import ics files) I wrote it with a cache function just in case the server gets hammered it wont be converting the csv to an ics file each time it is requested, only if the ics file is more then a certain age. If it is under a certain age, it will simply serve up the old ics file. This shouldn’t be a problem since the calendar doesn’t change that often, and when it does, it isn’t life or death that it updates right away. Maybe I’ll code in a “force update” ability to it, but we’ll see. My next project is to get a general csv to ical converter going for anybody out there. Need to work on upload file security and dealing with differently formed csv files. Not sure how I will do that, maybe have the user specify the column number of the required columns. However I will run into the problem with how to create a UID that is constant so when an event changes it doesn’t just appear as a new event on the importing calendar but rather updates the old event. I haven’t seen any csv files other then the crappy WebEvents format that Stevens uses, I will have to look around in case others include the added information for repeating events and such. My next trick will be to automatically change the dates the program grabs from WebEvents, but I think that is for another day. Right now, the converter is located at http://www.thegreatco.com/stevenscalendar/calendar.php Adding that link will get you the regular Student Life calendar (RSO Events mainly). Read more
No comments