Office 365 Public Calendar example [closed] - c#

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I need to create a public calendar on Office 365 and show its events on a website using c#/Microsoft Graph API. The only examples I've found so far talk about mailbox/calendar access for a normal/authenticated user.
https://learn.microsoft.com/en-us/outlook/rest/dotnet-tutorial
Is OAuth required for this scenario? If not, how to access the calendar programmatically using just username/password of a service account?

All calls to Microsoft Graph require a valid access token (i.e. OAuth).

Related

how to get a free search API for meta search engine in C# [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I want to write a meta search engine in C# for that I Need search API from 2 search engines,I have already got google's API,I wanted to use Bing API but it seems that they don't support this service anymore.do yo know any other search engines that I could get its search API for free?
You still have the Bing Search API, it has been moved to cognitive services:
https://www.microsoft.com/cognitive-services/en-us/bing-web-search-api

Google chart using offline [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I have a .net web application that show some charts for some reports
I use Google chart tools
but now it will be run in local network, and some system have not access internet.
is there any way to use google chart tools in offline mode ?
or is there any better component that I use for show Chart in offline system?

How to start using OAuth in Silverlight [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I'm completely new to Oauth 2.0 and I want to use it in my Silverlight (c#) in-browser application, in order to access this API method: https://www.elance.com/p/api2/methods/workroom/bid-id/messages.
What are the things that I need to know? Is there any library that I can use for this?
I would also appreciate some code examples!
Thank you
There is a fair amount of libraries for the protocol, including C#!
http://oauth.net/code/
Edit:
Plus, this link provides a thorough guide on the protocol, if RFCs are not your favorite nightstand literature:
http://hueniverse.com/oauth/

Does anybody know Yammer-like app, developed using C#? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this question
all
I found Yammer a very useful, and great app, but i want to extend it somehow.
And want to have it installed as on-premise solution.
Maybe someone know alternative for it, but developed using C#?
Thx
There exist many open-source self-hosted alternatives to Yammer, such as StatusNet and Laconi.ca, but unfortunately, most of them are in PHP/MySQL.
Currently, Leiha is your best bet.

How to programatically upload document on Google Docs? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I building a small application uploading documents on Google Docs.
Is there any API like Goolge API (Ver2) for same?
Is it possible by using Goolge API (Ver2) ?
Thanx
Google has an API for docs posted online: http://code.google.com/apis/documents/overview.html
Check out their developer guides for information specific to .NET: http://code.google.com/apis/documents/docs/developers_guide.html

Categories