Questions tagged [meeting-request]

Use for questions regarding the Event Component of the Internet Calendaring Specification.

A "Meeting Request" refers to a "VEVENT", the Event Component from RFC 5545. "Internet Calendaring and Scheduling Core Object Specification (iCalendar)".

Related Tags

  • iCalendar is a widely-used data format for representing and exchanging calendaring and scheduling information independent of any particular calendar service or protocol.
  • - vcalendar was the preceeding standard prior to icalendar

References

39 questions
0
votes
1 answer

Outlook Meeting room booking from c# web application

I am developing a asp.net we. Application using Microsoft exchange services, where in i have conference room booking module from which user can book the available conference room for specified duration, now we want to integrate this with Outlook…
0
votes
1 answer

how to book an online meeting (video call) between different time zones?

I'm trying to use NetBeans to set up a meeting between 2 people where the users input their name & location as well as their availabilities to call on specified days of the week where the program outputs the possible times to call to each user in…
mlij123
  • 3
  • 2
0
votes
1 answer

Not able to update email body in Meeting Request

I am not able to create a meeting request. I get an error on .HTMLbody line. The error which I receive is "Run time error '438' Object does not support this property or method" . I have also added RangeToHTML code from Ron De'Bruin. Please assist me…
0
votes
0 answers

Outlook "not supported calendar message.ics"

I have got a mail from a colleague declining one instance of a recurring meeting I host every Friday. It doesn't tell me in this decline exactly which date it is referring to. Here is a screenshot of the email that I get from my colleague telling me…
Ryan
  • 1
0
votes
1 answer

How can I avoid the creation of "AT00001.bin" file instead of the image as a body part of email meeting invite?

I am trying to send meeting invite using the Javamail. In multipart I am creating three mimebodypart, 1.HTML mail body part 2.Calendar Inivte Part 3.Signature Image part (this part is the problem ) but when I send the mail, the signature image part…
0
votes
1 answer

Create Outlook meeting on SharePoint page

Is it posible to create outlook meeting on Sharepoint page behalf on current sharepoint user? I try to create meeting by button click with next code Application oApp = new Microsoft.Office.Interop.Outlook.Application(); AppointmentItem appointment =…
0
votes
1 answer

Unable to set uid for ics by concatenating string variable

When I concatentate the uid with a string variable the meeting invitation ics attachment does not get created properly, but when I hardcode an entire string "UID: hardcoded string" This creates the meeting invitation ics attachment correctly. I do…
imparante
  • 503
  • 9
  • 21
0
votes
1 answer

How to add locations to the locations box in VSTO add-in

I have an application which has its own locations specified. When adding a new meeting in Outlook, how do I add these to the locations box in the add-in code?
Marc K
  • 392
  • 3
  • 11
-2
votes
2 answers

Skip meeting request in for each selection loop

I am working on a simple Marco that use to download selected emails' attachments. It was really a simple logic but I am still stuck. I found out that my for each loop is always stop when it met the meeting request email. (It almost took my whole day…
TYeung
  • 1
  • 2
1 2
3