Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating vCalendar items

Status
Not open for further replies.

emozley

Technical User
Joined
Jan 14, 2003
Messages
769
Location
GB
Hi,

Is it possible to create a vCalendar file and then send it via email using CDONTS? I have looked at the structure of the file and it looks fairly simple just not sure how to do the send as an attachment part.

Thanks very much

Ed
 
Well, if you know the format, than it ought t be fairly easy to create a temporary file using the FileSystemObject. As far as the CDONTS atchment thing, take a look at the third example on this page:

Another option would be to use CDOSYS, since CDONTS was deprecated and isn't installed on anything newer than 2000. CDOSYS is the replacement for CDONTS and should be available on windows 2000, XP,and 2003. Here's a link to a sample with attachments:

Hope that helps,
-T

barcode_1.gif
 
Nice one cheers that has worked very neatly. I believe that Outlook has some custom properties beyond the standard vCalendar standard. I don't suppose anyone knows how to make it so when you open the calendar entry the attendees are already typed in?

Thanks again
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top