Outlook Banter

Outlook Banter (http://www.outlookbanter.com/)
-   Outlook and VBA (http://www.outlookbanter.com/outlook-vba/)
-   -   Create editable meeting request with attendees from .ics (http://www.outlookbanter.com/outlook-vba/92873-create-editable-meeting-request-attendees.html)

mtnrunner2 July 20th 09 11:13 PM

Create editable meeting request with attendees from .ics
 
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.

Ken Slovak - [MVP - Outlook] July 21st 09 02:46 PM

Create editable meeting request with attendees from .ics
 
I don't think that's possible at all. Outlook doesn't support that from an
ICS.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"mtnrunner2" wrote in message
...
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.



mtnrunner2 July 21st 09 05:20 PM

Create editable meeting request with attendees from .ics
 
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
ATTENDEE;CN="Bubbles The
SUMMARY:Escaping The Zoo
END:VEVENT
END:VCALENDAR

Thanks.

"Ken Slovak - [MVP - Outlook]" wrote:

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



Ken Slovak - [MVP - Outlook] July 21st 09 06:56 PM

Create editable meeting request with attendees from .ics
 
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.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"mtnrunner2" wrote in message
...
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
ATTENDEE;CN="Bubbles The
SUMMARY:Escaping The Zoo
END:VEVENT
END:VCALENDAR

Thanks.




All times are GMT +1. The time now is 06:14 AM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com