PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook VBA Programming Outlook Tasks

Reply

Outlook Tasks

 
Thread Tools Rate Thread
Old 14-03-2006, 06:18 PM   #1
=?Utf-8?B?a21iYXJ6?=
Guest
 
Posts: n/a
Default Outlook Tasks


Is the task list for outlook stored in XML or in something else that's
available to external programming (i.e. not VBA?) We have a SAS program that
extracts monthly production tasks for an individual from a project tracking
system and it would be really nice if we could append those into the outlook
task list.

The alternative would be to program VBA to go get it, but the type of data
structure it is stored in would make that approach problematic.
  Reply With Quote
Old 14-03-2006, 06:41 PM   #2
=?Utf-8?B?RXJpYyBMZWdhdWx0IFtNVlAgLSBPdXRsb29rXQ==
Guest
 
Posts: n/a
Default RE: Outlook Tasks

What exactly is problematic with the data structure? If you can get the SAS
output into a comma-delimited format, you can use Outlook's Import/Export
Wizard, or map the data and manually create the Task items using the Outlook
Object Model from any programming toolset that supports COM.

--
Eric Legault (Outlook MVP, MCDBA, old school WOSA MCSD, B.A.)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"kmbarz" wrote:

> Is the task list for outlook stored in XML or in something else that's
> available to external programming (i.e. not VBA?) We have a SAS program that
> extracts monthly production tasks for an individual from a project tracking
> system and it would be really nice if we could append those into the outlook
> task list.
>
> The alternative would be to program VBA to go get it, but the type of data
> structure it is stored in would make that approach problematic.

  Reply With Quote
Old 14-03-2006, 06:51 PM   #3
=?Utf-8?B?a21iYXJ6?=
Guest
 
Posts: n/a
Default RE: Outlook Tasks

"Problematic" means that it's in a SAS data set and the only way to allow VBA
to access that is to install drivers that are more problematic than they are
worth. Right now SAS is exporting the csv. I was just hoping to make this
one program or process each person could run instead of multiple steps.

"Eric Legault [MVP - Outlook]" wrote:

> What exactly is problematic with the data structure? If you can get the SAS
> output into a comma-delimited format, you can use Outlook's Import/Export
> Wizard, or map the data and manually create the Task items using the Outlook
> Object Model from any programming toolset that supports COM.
>
> --
> Eric Legault (Outlook MVP, MCDBA, old school WOSA MCSD, B.A.)
> Try Picture Attachments Wizard for Outlook:
> http://www.collaborativeinnovations.ca
> Blog: http://blogs.officezealot.com/legault/
>
>
> "kmbarz" wrote:
>
> > Is the task list for outlook stored in XML or in something else that's
> > available to external programming (i.e. not VBA?) We have a SAS program that
> > extracts monthly production tasks for an individual from a project tracking
> > system and it would be really nice if we could append those into the outlook
> > task list.
> >
> > The alternative would be to program VBA to go get it, but the type of data
> > structure it is stored in would make that approach problematic.

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off