-
Hi,
I am trying to make a calendar reservation using the iOS SDK. The login works fine. But on making call for making a calendar entry, I am getting following response.
Error in the Request Code=400…
-
Hi,
I am using demo simple-drive-app in Office-365-SDK-for-iOS.
I can login successful and can display all files from Office365/OneDrive/Documents in demo simple-drive-app.
So, I want to use this SD…
-
Can we programmatically cancel an event if the user is an organizer?
Accept and decline operations only apply on those events if user is not an organizer, otherwise it throws an error.
-
I have question.
With Office-365-SDK, currently, I can upload/download files from OneDrive to my App.
But now I want to edit file Office by using Office-SDK.
How/What should i use API to edit file of…
-
It appears that calling setDateTimeSent (or setDateTimeReceived) on a Message has no effect when creating a new message in a folder.
The new message is created in the folder and is marked as a draft …
-
I have `OutlookClient outlookClient = newOutlookClient (OUTLOOK_BASE_URL,myADALDependencyResolver);` and `outlookClient.getMe().getOperations` returns null when called. The samples look like `getMe().…
-
Hi!!!
I am trying add the pods of the simple-drive-app to my project but when the cocoapods is downloading the pod i have an error.
Errno::ENOENT - No such file or directory - /var/folders.......
I…
-
You can add an attachment to an email in the drafts folder with the following code:
mOutlookClient
.getMe()
.getMessages()
.getById(mailId)
…
-
Building the Office 365 pod in the Xcode Bot Server . We hit the following the static analyzer warnings during analyze phase. Can you see if these are issues you can fix in the next version ?
---
A…
-
Sometimes when i choose to debug a project (debug -> Start Debugging or pressing F5), i will se "Debugger listening on port 5858" in the console window, but the program will not actually run. If i add…