Questions tagged [outlook-calendar]

outlook-calendar is related to the calendar function of Outlook (which is a personal information manager from Microsoft, available as a part of the Microsoft Office suite).

as per wikipedia:

Calendar compatibility ##

Outlook does not fully support data and syncing specifications for calendaring and contacts, such as iCalendar, CalDAV, SyncML, and vCard 3.0. Outlook 2007 claims to be fully iCalendar compliant; however, it does not support all core objects, such as VTODO or VJOURNAL [...] Outlook has also been criticized for having proprietary "Outlook extensions" to these Internet standards.

183 questions
0
votes
1 answer

Send Meeting invite to outlook room using php

The idea is to send a email via PHP mailer to office365 Room email ID with meeting start time and end time, now once the meeting request is accepted by the Microsoft exchange, I need to see that in room calendar in my outlook. I already tried an…
0
votes
1 answer

Outlook calendar event id's are unique across tenant?

Am working with storing multiple tenants calendar events data on a single database. If calendar event-id are unique across tenant, I will use this as primary key to store unique events Fetching data using Graph API events delta query Thanks in…
0
votes
1 answer

Is there a iCal or meeting invite like generator?

I have a team that rotates support but needs to send out calendar invites with a non changing group of users it needs to be sent to and CC'ed to. Everything I find online is for personal appointments and not calendar events. I have a template for…
Jo Be
  • 3
  • 3
0
votes
1 answer

Accessing calendar via Microsoft Graph API while the user is not signed in

I need to be able to create and modify events in a user's outlook calendar from a background service on my server. The users should only need to define this calendar once in my web application (sign in to their Microsoft account). Afterwards my…
0
votes
1 answer

Create Calendar Event in outlook with NodeJS

I need to create a calendar event in outlook using NodeJS script. I have searched every where and tried different npm packages but i didn't got the solution. I have tried Node-Outlook NPM package but the documentation is not clear like how to create…
shiva
  • 429
  • 1
  • 6
  • 18
0
votes
2 answers

events created with python vobject are not recognised by ms exchange

I create an meeting invite using the python vobject and django's EmailMultiAlternatives as follows: cal = vobject.iCalendar() cal.add('method').value = 'REQUEST' #IE/Outlook needs this vevent = cal.add('vevent') start = datetime.datetime(start.year,…
compbugs
  • 775
  • 1
  • 6
  • 10
0
votes
1 answer

Is it possible to programmatically access the selected appointment (event) in outlook using Office Add In

How to get the selected appointment data from outlook calendar Add Ins. I have added the Add Ins in Outlook calendar. I want to get the selected appointment ( event ) data. Because i need to display the selected event in Outlook Add Ins. Is this…
0
votes
1 answer

Assign Outlook Categories to a RibbonMenu with buttons

I am currently creating a Outlook Add-in and need to include the Outlook Catagorize Menu to my add-in. With this Foreach I´m Creating and adding the Buttons manually into the "Kategorisieren"-RibbonMenu and naming them the same as the catagory…
0
votes
1 answer

How to get "iCalUId" from Office365 connector in Microsoft Logic Apps?

I have an Azure Logic App that consists in getting events info by a given Id. I use Office365 Get Event Connector but it doesn't retrieve iCalUId. Remember that Outlook events have two "ids": id: Unique identifier in resource calendar. iCalUId:…
Aitor Gil
  • 38
  • 6
0
votes
0 answers

Create Teams link while creating Outlook Calendar Event through graph api

I am trying to integrate outlook calendar in my elixir application. I referred https://learn.microsoft.com/en-us/graph/api/user-post-events?view=graph-rest-1.0&tabs=http link to create the calendar event. I am not able to create the meeting link for…
0
votes
1 answer

Create calendar event using ruby outlook

I am trying create a event in calendar, Iam able get all the data like calendar,contacts and emails by following below documentaion, https://learn.microsoft.com/en-us/outlook/rest/ruby-tutorial, But when try to create a event using ruby_outlook…
0
votes
0 answers

Google Calendar API Sync with python website

We have python website where events are created by users. We want to sync the created events on python website on google calendar based for logged user email address (calendar attached with logged in user email address) To show these events on…
0
votes
1 answer

How to create an app in MS Azure to schedule an appointment in outlook office 365 using aws lex

I'm entirely new to MS Azure. I want to make an appointment program using amazon lex which should check free time of the agent and the customer in the outlook office 365 calendar and after confirming the time it should make appointment in both of…
Vanjith
  • 520
  • 4
  • 23
0
votes
1 answer

Office 365 API Calendar events time zone display in clients gets UTC

When I create calendar events using the Office 365 API, I specify timezone to be 'W. Europe Standard Time' and format the datetime accordingly, eg; '2019-10-05T23:00:00+02:00'. When the clients try to edit this calendar entry, it appears to be in…
0
votes
1 answer

Get oauth2 code from outlook calendar API

I'm using this example( https://github.com/microsoftgraph/msgraph-training-angularspa ) and it is working fine by showing my calendar. But i need your help to get the oauth2 code.Then I will register this code in my database so i can use it to get…
Kha15
  • 51
  • 1
  • 1
  • 6