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
5
votes
2 answers

Send an actual outlook meeting request without using Outlook

So, Using rails/ruby & linux I want to be able to send an actual, authentic Outlook-style meeting request. Authentic in that it should behave like a meeting request behaves when sent from Outlook. Note that I don't mean sending an iCal/vCal as an…
user2563682
  • 163
  • 3
  • 9
2
votes
1 answer

AWS Chime turn on or off the local audio output

0 Hi guys i'm trying to create a button that disables my microphone in ws-chime,but not working with me when turn isAudioOn to false nothing seems to happen,the other user keeps listening to my sound import React from 'react'; import { …
2
votes
0 answers

Meeting Invite doesn't show up in my Calendar

I have working Code for sending meetings invites using php, every thing working fine for me, email invite send to all selected email addresses. But i face one issue, meeting invite generated by this code, doesn't show up in my calendar, although it…
2
votes
0 answers

How to get online meeting ID from API Graph?

I don't know how to get online meeting id to call this endpoint: https://graph.microsoft.com/beta/app/onlineMeetings/{id} I need to list the meeting attendance. What I'm doing is to start new meet in Microsoft Teams from…
2
votes
1 answer

Mailgun: send calendar meeting event / request

I've got problem with sending calendar event that is recognized by Outlook and iOS mail app as calendar event and not ordinary email. I'm using JavaScript in node.js env. To send email I'm using mailgun and js library mailgun-js. I'm creating ics…
Pawel
  • 3,558
  • 1
  • 25
  • 24
1
vote
1 answer

How do you create an Outlook Appointment / Meeting in PowerShell?

How do you create an Outlook Appointment / Meeting in PowerShell?
Doug
  • 6,446
  • 9
  • 74
  • 107
1
vote
2 answers

How to get a list of the 5th of a Given Weekday (Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday) in a year?

I need to be able to create an appointment / meeting in Outlook for the 5th Friday of any given month; but Outlook doesn't offer a way to do this since there are only 3 to 4 months a year which have a 5th of any given day of the week. Its not a…
Doug
  • 6,446
  • 9
  • 74
  • 107
1
vote
2 answers

create meeting as Non-login / API User, Cannot resolve method 'loginWithZoom' in 'ZoomSDK'

i'm new in zoom sdk i need help, i have 3 questions. i know that to host a scheduled meeting as a non-login user, i need to retrieve User_ID, ZAK to get user_id, get request to https://api.zoom.us/v2/users. it means get already created user's…
jseok
  • 33
  • 4
1
vote
1 answer

OBS stream to meeting on Ubuntu

with everything being online these days, I am looking to improve my lectures for students by making use of OBS (Open Broadcasting Software) on a Linux (Ubuntu 20) platform. Ideally, I would like to redirect the normal streaming/recording of OBS to a…
CtrP
  • 11
  • 1
1
vote
1 answer

Meeting request properties not settable in EWS SOAP calls?

I (re)create (recurrent) events in Exchange Server talking to Exchange Web Services with pure SOAP calls. When these events are actually meeting requests I try to maintain some meeting properties that were previously retrieved, so I put them in the…
Jan Doggen
  • 8,799
  • 13
  • 70
  • 144
1
vote
2 answers

generating ics file programmatically but never able to produce what timezone invitation was produced

Hi I was trying send meeting invites through my asp.net MVC application. There was a requirement to show which timezone this invite was created as in following image. I tried various things as told by Microsoft support, neither of them worked. As…
1
vote
0 answers

Sending Meeting invite with mail attachment

I have created a MailMessage which is really a meeting request but problem is when it shows up in my Outlook I can accept/decline like with any other meeting request. This is great. However, now I am trying to add attachments to the MailMessage …
user2323308
  • 759
  • 5
  • 16
  • 34
0
votes
1 answer

Create Outlook meeting from a shared calendar using Word VBA

In a Word document a button fires a macro that creates an Outlook Meeting with the required recipients, subject line, and boilerplate body. The sender will then tweak and send. The issue is, if I send a meeting invite and take leave from work, a…
DakotaKid
  • 23
  • 3
0
votes
0 answers

list(rrule.between(start,last,inc=True)) is not including the start date

RRULE:FREQ=WEEKLY;UNTIL=20231214T170000Z;INTERVAL=1;BYDAY=TH;WKST=SU Converted the RRULE to string using .decode(utf-8) rrule=rrulestr(rrule_str) The list of dates doesn't include the start date when I…
0
votes
0 answers

scheduling between two members of my community

we have social media application and we have video calling but often the other person is not on the app so the call doesn't go through. so just like calendy does for my business i want to allow members to send create a mutually good time to…
1
2 3