kdmurray.blog

The crossroads of life and tech

Creating Outlook Calendar Appointments

I was just reading through Dan Fernandez’s blog and came accross a very interesting article for any of you who work in an environment where MS-Office is prevalent.  Though there are many ways to interface and interact with Outlook with .NET products, here is a very short tutorial which demonstrates how to create Outlook calendar items by using a simple flat file.

The example itself is quite simple, by generating a .vcs file that a user can click on, any web-based application can create calendar items.  Here is a sample of the VCS file format:

BEGIN:VCALENDAR
BEGIN:VEVENT
DTSTART:20060314T163000Z
DTEND:20060314T173000Z
SUMMARY:Product Launch GO/NOGO
LOCATION:Conference Room – F123, Bldg. 002
DESCRIPTION:The GO/NOGO decidion for the launch of our newest product takes place on Tuesday. Bring all of your action log items, and completed TPS reports with you. Johannes and Louisa will co-chair this meeting.
END:VEVENT
END:VCALENDAR

Armed with this knowledge it should become even easier to implement Outlook calendar appointments in your solutions.

Sources: Dan Fernandez’s Blog, IMC RFC 2445

DJ Bolivia – Music to Code By

Dj Bolivia has released another volume in his series of music entitled Music to Code By.  This is the fourth in what appears to be a six-volume set.  To download the first four volumes, as well as other DJ Bolivia tracks visit DJ Bolivia’s Web Site.  Volume four is dedicated to the power of blogs and blogging in modern media.  It is entitled: Partisan Scream Fest.

I’ve got all four volumes of MTCB on my iPod.  They’re good dance/rave tracks that keep the blood pumping and the brain-cells firing.  Also good for workouts at the gym if you can find the time to get away from your keyboard. ;)