Joey Kelly wrote:
> Guys,
> 
> I need to come up with an unattended way for Outlook to periodically export 
> calendar data to an excel file. What's the best way to do that?
> 
> In case you're interested, 
> http://joeykelly.net/scratchpad/index.cgi?OutlookCalendarNotes
> 
> Thanks.
> 
A couple links I've found using google:
http://outport.sourceforge.net/index.php
http://circle.ch/blog/p1542.html
http://www2.et.byu.edu/~njones/share/outlook2ical/
Otherwise, it looks like you'll need to write a VB program using the 
Outlook.{Application,Namespace,MAPIFolder,ContactItem,...} COM objects, 
then probably use Task Scheduler to actually run the program.  You'll 
want to see if you can find any documentation on the interfaces of those 
objects; otherwise, you might just have to do some exploratory coding, 
relying on VB's Intellisense feature (time consuming and painful).
A few more links:
http://support.microsoft.com/?kbid=290792
http://www.codeproject.com/csharp/OutlookConnector.asp
(Disclaimer: All of the above is random googling and conjecture... I 
have not written anything using the Outlook COM objects before, nor used 
the direct converters above.)
Hope this helps,
Kevin
___________________
Nolug mailing list
nolug@nolug.org
Received on 02/11/05
This archive was generated by hypermail 2.2.0 : 12/19/08 EST