A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Outlook » Calendar
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Importing Tasks



 
 
Thread Tools Display Modes
  #1  
Old August 11th, 2004, 08:41 PM
Rainstorms21
external usenet poster
 
Posts: n/a
Default Importing Tasks


Hi,
I'm trying to create Outlook tasks objects but can't find any info on the
microsoft knowledge base.
I did find 2 articles explaining how to create vcards and vcalendar files
and the syntax of the file. Can someone point me to an equivalent page for
Tasks?

Thanks,
R


  #2  
Old August 11th, 2004, 09:00 PM
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: n/a
Default Importing Tasks

Outlook does not support the VTODO type of iCalendar item, which represents
tasks. In what context are you trying to create tasks?

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Rainstorms21" wrote in message
...

Hi,
I'm trying to create Outlook tasks objects but can't find any info on the
microsoft knowledge base.
I did find 2 articles explaining how to create vcards and vcalendar files
and the syntax of the file. Can someone point me to an equivalent page for
Tasks?

Thanks,
R




  #3  
Old August 11th, 2004, 09:29 PM
Rainstorms21
external usenet poster
 
Posts: n/a
Default Importing Tasks


We have an inhouse program that allows people to create appointments by
entering it on a web form, it'll create vcalendar for them using the
instructions I found on the msdn site. Now, I'm asked to do the same for
tasks.

What does VTODO stand for?
Thank you.


"Sue Mosher [MVP-Outlook]" wrote in message
...
Outlook does not support the VTODO type of iCalendar item, which

represents
tasks. In what context are you trying to create tasks?

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Rainstorms21" wrote in message
...

Hi,
I'm trying to create Outlook tasks objects but can't find any info on

the
microsoft knowledge base.
I did find 2 articles explaining how to create vcards and vcalendar

files
and the syntax of the file. Can someone point me to an equivalent page

for
Tasks?

Thanks,
R






  #4  
Old August 11th, 2004, 11:02 PM
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: n/a
Default Importing Tasks

VTODO is a type of iCalendar item, representing a task, just as a VEVENT
represents an appointment.

Your web form could need to either use client Outlook object model
automation code, in an Exchange 2000/2003, use WebDAV to create items
directly on the server.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Rainstorms21" wrote in message
...

We have an inhouse program that allows people to create appointments by
entering it on a web form, it'll create vcalendar for them using the
instructions I found on the msdn site. Now, I'm asked to do the same for
tasks.

What does VTODO stand for?
Thank you.


"Sue Mosher [MVP-Outlook]" wrote in message
...
Outlook does not support the VTODO type of iCalendar item, which

represents
tasks. In what context are you trying to create tasks?


"Rainstorms21" wrote in message
...

Hi,
I'm trying to create Outlook tasks objects but can't find any info on

the
microsoft knowledge base.
I did find 2 articles explaining how to create vcards and vcalendar

files
and the syntax of the file. Can someone point me to an equivalent page

for
Tasks?



  #5  
Old August 12th, 2004, 05:56 PM
Rainstorms21
external usenet poster
 
Posts: n/a
Default Importing Tasks


Thanks Sue.
I've never used the Outlook object model automation code before, do you have
a link to the object model reference?

Thanks,
R

"Sue Mosher [MVP-Outlook]" wrote in message
...
VTODO is a type of iCalendar item, representing a task, just as a VEVENT
represents an appointment.

Your web form could need to either use client Outlook object model
automation code, in an Exchange 2000/2003, use WebDAV to create items
directly on the server.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Rainstorms21" wrote in message
...

We have an inhouse program that allows people to create appointments by
entering it on a web form, it'll create vcalendar for them using the
instructions I found on the msdn site. Now, I'm asked to do the same for
tasks.

What does VTODO stand for?
Thank you.


"Sue Mosher [MVP-Outlook]" wrote in message
...
Outlook does not support the VTODO type of iCalendar item, which

represents
tasks. In what context are you trying to create tasks?


"Rainstorms21" wrote in message
...

Hi,
I'm trying to create Outlook tasks objects but can't find any info

on
the
microsoft knowledge base.
I did find 2 articles explaining how to create vcards and vcalendar

files
and the syntax of the file. Can someone point me to an equivalent

page
for
Tasks?





  #6  
Old August 12th, 2004, 06:40 PM
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: n/a
Default Importing Tasks

See http://www.outlookcode.com/d/outtech.htm

-or-

Check the object browser: Press ALt+F11 to open the VBA environment in
Outlook, then press F2. Switch from All Libraries to Outlook to browse all
Outlook objects and their properties, methods, and events. Select any object
or member, then press F1 to see its Help topic.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Rainstorms21" wrote in message
...

Thanks Sue.
I've never used the Outlook object model automation code before, do you

have
a link to the object model reference?

Thanks,
R

"Sue Mosher [MVP-Outlook]" wrote in message
...
VTODO is a type of iCalendar item, representing a task, just as a VEVENT
represents an appointment.

Your web form could need to either use client Outlook object model
automation code, in an Exchange 2000/2003, use WebDAV to create items
directly on the server.

"Rainstorms21" wrote in message
...

We have an inhouse program that allows people to create appointments

by
entering it on a web form, it'll create vcalendar for them using the
instructions I found on the msdn site. Now, I'm asked to do the same

for
tasks.

What does VTODO stand for?
Thank you.


"Sue Mosher [MVP-Outlook]" wrote in message
...
Outlook does not support the VTODO type of iCalendar item, which
represents
tasks. In what context are you trying to create tasks?

"Rainstorms21" wrote in message
...

Hi,
I'm trying to create Outlook tasks objects but can't find any info

on
the
microsoft knowledge base.
I did find 2 articles explaining how to create vcards and

vcalendar
files
and the syntax of the file. Can someone point me to an equivalent

page
for
Tasks?







  #7  
Old August 13th, 2004, 04:37 PM
Rainstorms21
external usenet poster
 
Posts: n/a
Default Importing Tasks


Thanks for all your help!

"Sue Mosher [MVP-Outlook]" wrote in message
...
See http://www.outlookcode.com/d/outtech.htm

-or-

Check the object browser: Press ALt+F11 to open the VBA environment in
Outlook, then press F2. Switch from All Libraries to Outlook to browse

all
Outlook objects and their properties, methods, and events. Select any

object
or member, then press F1 to see its Help topic.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Rainstorms21" wrote in message
...

Thanks Sue.
I've never used the Outlook object model automation code before, do you

have
a link to the object model reference?

Thanks,
R

"Sue Mosher [MVP-Outlook]" wrote in message
...
VTODO is a type of iCalendar item, representing a task, just as a

VEVENT
represents an appointment.

Your web form could need to either use client Outlook object model
automation code, in an Exchange 2000/2003, use WebDAV to create items
directly on the server.

"Rainstorms21" wrote in message
...

We have an inhouse program that allows people to create appointments

by
entering it on a web form, it'll create vcalendar for them using the
instructions I found on the msdn site. Now, I'm asked to do the same

for
tasks.

What does VTODO stand for?
Thank you.


"Sue Mosher [MVP-Outlook]" wrote in message
...
Outlook does not support the VTODO type of iCalendar item, which
represents
tasks. In what context are you trying to create tasks?

"Rainstorms21" wrote in

message
...

Hi,
I'm trying to create Outlook tasks objects but can't find any

info
on
the
microsoft knowledge base.
I did find 2 articles explaining how to create vcards and

vcalendar
files
and the syntax of the file. Can someone point me to an

equivalent
page
for
Tasks?








 




Thread Tools
Display Modes

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 Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Tasks in Calendar view: Problem with filtering and automatic forma Scott General Discussion 0 August 6th, 2004 12:31 AM
Calendarized Tasks View: format not working jg70124 Calendar 1 June 8th, 2004 03:30 AM
Task Pad will not show today's tasks and won't hold settings CLiff General Discussion 1 June 2nd, 2004 11:19 PM
Recurring Outlook Tasks MarcS General Discussions 1 May 20th, 2004 03:50 AM


All times are GMT +1. The time now is 11:09 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.