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 Message Start/end time- Limit timezones in selection

Have you run across a means or a file to edit in Outlook 2016+ to filter or limit time zone selection in meeting in outlook? We want to limit selections to the timezones in the image. The only other alternative would be to create a custom form that…
0
votes
1 answer

Excel VBA creating a new Outlook appointment results in a cancelled appointment

When I run the following code with .display, the Outlook Appointment gets created in the correct way (shared calendar, recipients, time etc) and I can send the resultant meeting request and it is received by the recipient as a meeting request.…
Steve_R
  • 3
  • 2
0
votes
0 answers

Microsoft team ui modification

I want to make changes in the ui like in the picture. Want to add card like that is that possible to modify the team ui?enter image description here I'm looking in teams tool kit
0
votes
0 answers

Office 365 Outlook is not showing Events and Meetings in Calender with Mac (Macmini, Macbook Air-2017, MacBookProM2)

There I am having problems so many times with mac Os and office 365 Outlook. Below are the scenarios I licensed an office 365 account Using Mac OS - Macmini-2014 Version with Monterey OS, Macbook Pro M2(recently purchased with OS 13-Ventura) We are…
SysAdmin
  • 1
  • 1
0
votes
0 answers

Creating Outlook Meeting/Appointment Request from link

I have a Sharepoint list of meeting rooms (virtual and otherwise) and I'm looking for the simplest way to add functionality to this list so that users can click on a meeting room and book an appointment time in the calendar. Using Outlook Version…
theYnot
  • 152
  • 9
0
votes
1 answer

Reply to Meeting Request from non-default Account

When replying to a meeting invite sent to a non-default account in Outlook 365 desktop, it typically responds from the default account. The following code fixed that problem, but recently stopped working correctly. My replies used to say, "Yes,…
Jeff
  • 3
  • 4
0
votes
0 answers

Can I send a meeting request programmatically which has the normal responses but not Propose New Time

I am sending emails with meeting requests using nodemailer and ics npm packages. I would like to send a request but allow only Accept/Tentative/Decline and not propose new time. Is this possible?
RobPethi
  • 551
  • 9
  • 27
0
votes
0 answers

Calendly scheduling feature integration

I am building a website in which a registered user can book an meeting with another registered user. I am very confused with the calendly official docs. Please help to understand how I can do that.
0
votes
2 answers

Outlook VBA - Change Meeting Reminder Time on Meeting Accept

I have been burned on more than one occasion where I accept a meeting from someone else, but forget to check the meeting reminder time. Sometimes there is no reminder or it's 15 minutes before the meeting that is all the way on the other side of…
0
votes
0 answers

How can I add No Response Required in an Oulook meeting invite?

How can I add No Response Required button in an Outlook meeting invite? I know there are Response options but on the meeting invites that I send with Response options disabled the Accept/Decline buttons are always displayed. Please review captures…
0
votes
1 answer

Change response to Outlook meeting and add text

I would like to change the response to a meeting, that I have accepted, to tentative and send text like "I'm sorry, but I cannot attend.". Online, I found solutions that show how to accept, cancel, forward, and copy a meeting. I also understood that…
Fabian Reh
  • 11
  • 2
0
votes
1 answer

Python - send meeting but do not show in my callendar

I was tasked with fiding way how to add approved vacations to calendar from database. So I made this simple code: import win32com.client outlook = win32com.client.Dispatch("Outlook.Application") def sendMeeting(): appt = outlook.CreateItem(1)…
SomeGuy
  • 97
  • 10
0
votes
0 answers

How to get everyone's calendar/meeting information from outlook server?

I'm developing an outlook application that displays meeting information of all users (obtained from the user's calendar), but I only found the api to obtain the calendar information of a single user, and did not find the api to obtain the meeting…
AdarWOW
  • 1
  • 1
0
votes
2 answers

Google Meet: How can i catch the url?

I need to open a new google meet room, and send it. I can't use standard "share" button in app. I need to catch the final url. I can't catch that with curl (it's not a normal redirect). My idea is that i need to open a request/link in background or…
Leroy23
  • 41
  • 5
0
votes
0 answers

Cannot open an ICS file link on Desktop/Laptop?

For our monthly meetings, we have an ICS file which people should be able to click on and add to their calendars. https://raw.githubusercontent.com/Seagate/cortx/main/doc/meetings/CORTX_Monthly_Meet_an_Architect_Series.ics It works for phones and…