Create editable meeting request with attendees from .ics

M

mtnrunner2

Is it possible to create an ics file that a user can open that will create
and pre-populate a new EDITABLE meeting request?

I tried creating a request then saving to an ics file, but when I open it in
Outlook 2007, the request is no longer editable and only the "reply" buttons
show, not the "send". I want the user to be able to edit the settings if they
wish first, then send the request from Outlook.

I'm testing in Outlook 2007 and plan to create the ics dynamically on a web
site, from which the user will download the ics. I'm confident that as long
as I can get the file correct I can do the download part.

Thanks.
 
K

Ken Slovak - [MVP - Outlook]

I don't think that's possible at all. Outlook doesn't support that from an
ICS.
 
M

mtnrunner2

Actually I was able to do it with Outlook 2007/Vista after removing many of
the fields from the .ics file. Both the METHOD and ORGANIZER fields seem to
impact the editability once the file is opened in Outlook. Although I was not
able to get it to open at all in Outlook 2003 in Windows 2008 Server (which
happens to be my test virtual machine).

The button on the left says "Send update" rather than simply "Send", not
sure why that is. Perhaps I can get that to change with additional tweaks.

A very simple file with few fields worked:

BEGIN:VCALENDAR
BEGIN:VEVENT
ATTENDEE;CN="Fluffy The Cat":mailto:[email protected]
ATTENDEE;CN="Bubbles The Chimp":mailto:[email protected]
SUMMARY:Escaping The Zoo
END:VEVENT
END:VCALENDAR

Thanks.
 
K

Ken Slovak - [MVP - Outlook]

Send update refers to the fact that this is not a meeting request, instead
it's being treated as a received meeting. That's why there's no Send button.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top