Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
2 answers
448 views

The Search parameter does not work with Outlook restapi

I've used the basic example/tutorial described in "https://github.com/jasonjoh/php-tutorial" and tried to add the "$search" parameter in the getMessages() function $getMessagesParameters = array (...
Crystal Paladin's user avatar
2 votes
1 answer
918 views

How to revoke access to Microsoft APP for a user in php

I've searched long and hard about how to revoke access to the Microsoft APP for a user account in PHP or any programming languages for that matter but couldn't find it... There doesn't seem to be any ...
Crystal Paladin's user avatar
-1 votes
1 answer
1k views

Oauth2 url and offline access scope for microsoft outlook rest api

Have some serious doubt as to what to use when implementing Outlook REST API for processing mails of users... Regarding OAuth2 URL: the php client example specifies "https://login.microsoftonline....
Crystal Paladin's user avatar
2 votes
2 answers
963 views

403 ErrorAccessDenied in Outlook API

Using the Outlook API I am able to pull calendar events. What I'm trying to do next is, if an event has an attendee email, pull the rest of that attendee's contact data from Outlook's contacts REST ...
lola_the_coding_girl's user avatar
0 votes
3 answers
1k views

API Office 365 create an event in user calendar format error

I am using Office 365 to post an event in user calendar. I have a problem with the format of my post. Here is my code (using Codeigniter and Rest lib) : $config = array ( 'server' ...
Vincent Decaux's user avatar