UserPreferences

OnlineCalendaringNotesForRemixClass


  1. Hot news
  2. How do we use calendars? Possible motivation for online calendars
  3. How I currently use calendars and what I'd like to see
    1. Current situation
    2. things that I might want to do with calendars
    3. Electronic options I'm considering
  4. interesting UI features in gcal
  5. integration issues
  6. state of APIs in this space
  7. creation of markets of events and subscriber to events
  8. Python specific issues

Hot news

Online calendars are trendy right now. For instance, hot news from last week is the release of [WWW]Google Calendar. Here's some sample coverage:

How do we use calendars? Possible motivation for online calendars

Right now, small numbers of people right now will use an online calendar: [WWW]Charlene Li's Blog: Google Calendar creates a platform for "time" applications: "But their penetration thus far has been very low. USA Today has the numbers - it appears that only 1-2% of all Internet users are using online calendars today." according to Saro Saravan.

I looked for the USA Today article. Best I could come up with so far is: [WWW]USATODAY.com - Google unveils calendar service. The article mentions AOL and MSN calendars, ones that I am biased against.

It would be interested to learn about the market statistics about who uses calendars and in what ways. I would expect that the OSAF people know a lot about this topic. They include: [WWW]Mitch Kapor’s Blog and other OSAF people. I look, for instance, at [WWW]Google Calendar, a discussion about google calendar.

How I currently use calendars and what I'd like to see

Current situation

things that I might want to do with calendars

Electronic options I'm considering

Laura uses Apple iCal occasionally -- so I will have to factor this in. She may want to synchronize her personal calendar with our family calendar.

Desktop options I'm thinking about:

I currently don't see a big need to publish my calendar publicly on the web.

interesting UI features in gcal

integration issues

state of APIs in this space

creation of markets of events and subscriber to events

relating this back to microformats. e.g., Mark Pilgrim put out a bounty for a GM script that would export hCalendar to Google calendar: [WWW][uf-discuss Google at it again]. He got a quick response: [WWW]®¤©: weblog: Google hCalendar pointing to http://randomchaos.com/software/firefox/greasemonkey/googlehcalendar/googlehcalendar.user.js

Python specific issues

I'm in the middle of sorting out the complications around timezones in Python so that I can convert between the localtime of the OS and UTC in making iCalendar files. It has turned out to be more involved than expected.

Do I have to install something like [WWW]pytz - World Timezone Definitions for Python to get an adequate supply of instantations of the tzinfo class?

I already have the following installed: