The meeting-request tag has no wiki summary.
3
votes
2answers
1k views
How can I add an ICS meeting automatically to the Organizer's calendar?
Our java application generates ICalendar files using ical4j, and sends them out to users as part of an HTML e-mail notification. A couple of users (the Organizers of the meeting) report that the the ...
3
votes
0answers
341 views
How can I get a meeting invitation to integrate properly with Gmail/Google Apps?
I am generating iCalendar files with Django and python-icalendar, and they correctly show up in Outlook (2010) as meeting invitations. In Gmail (Google Apps), I just see a blank email. What's the ...
2
votes
1answer
193 views
OO implementation of RFC 2445
Question
What PHP library would you recommend for attaching meeting notices to email?
Preference given to:
Swift Mailer integration
Simple Object-Oriented library
Application
Scheduling of ...
1
vote
0answers
164 views
Meeting invite with attachment not recognized in Outlook 2010 / Office 365
We have a .NET application that manually generates meeting invites to send to users. The process we use is as follows:
Create a System.Net.Mail.MailMessage and set the usual fields ...
0
votes
0answers
11 views
Send meeting request using Java
I am able to send meeting request in outlook but if more than one meeting request send on same date then previous request gets removed by new one. Why?
0
votes
1answer
37 views
Read the Meeting Request start time and End time in VSTO outlook plugin
I am developing a Addin to MS outlook using VSTO c#. There I managed to write a meeting request send event handler.. There I want to get the meeting start time and the end time to pass to a backend ...
0
votes
1answer
240 views
Excel create outlook meeting request, not able to send
I am working on some code which creates an Outlook Meeting request, and I'd like for it to send to a list of invitees. I'm able to create the Meeting Request, but I am unable to send it. I can see ...