In microsoft teams I created a new team and added a new tab - the channel calendar.
And now my aim is to include this teams channel calendar to my outlook. Older teams calendars are already added to Outlook group calendars, but I don't really find a hint how to solve this issue.
So I hope you can give me an approach to include my teams channel calendar to my outlook.
Many thanks in advance.
A channel calendar can be added to Outlook, but by default hidden. You need to use PowerShell to make this group calendar visible in outlook. This one will show events created in all channels of the team.
Please refer:
Connect to Exchange Powershell module and run the following command:
Set-UnifiedGroup -Identity MyTeam -HiddenFromExchangeClientsEnabled:$False
An example guide here:
https://olafd.wordpress.com/2018/10/13/make-microsoft-teams-team-visible-in-outlook/
Official doc:
https://learn.microsoft.com/en-us/powershell/module/exchange/set-unifiedgroup?view=exchange-ps
Related
I am making a quick program that can check another users Outlook calendar and book an appointment. The booking part is fine, but I am looking at a way to return other users calendar information, without having to link a calendar to Outlook first.
I was thinking that there would be an API or a way to access this information either via 365 or the exchange server. There is this (https://learn.microsoft.com/en-us/previous-versions/office/office-365-api/?redirectedfrom=MSDN#Getevents) but it doesn't seem to do what I am after and is also deprecated with an end date within a year
I have read about Microsoft Graph but in reading it refers to 'users calendar', can this do calendars for a specific user that isn't me?
GET /me/calendar/calendarView?startDateTime={start_datetime}&endDateTime={end_datetime}
If so, does anyone know how?
Thank you
You can access user's calendar by calling the following endpoint
GET /users/{id | userPrincipalName}/calendarView?startDateTime={start_datetime}&endDateTime={end_datetime}
Resource:
List calendarView
i'm working on an application for teams and I need to know when a recipient read a message that was sent from a teams bot.
There is no feature available to get Read Receipt information of a message from a Microsoft Teams BOT
This item remains on the backlog in Teams UserVoice,
Microsoft will always focus on customer’s feedback and experience, some new features would be added to the services based on customers' feedback in the future, we also recommend you give your new idea in Teams UserVoice.
Is it possible to attach an existing Office Meeting (Teams or Skype) to a calendar event?
It appears the Event API currently only allows auto-generating a meeting, by setting isOnlineMeeting: true and e.g. "onlineMeetingProvider": "teamsForBusiness" when creating an event.
It would be helpful if you could attach an existing meeting (perhaps created by the Cloud Communications API) to a meeting, either when creating it or when updating it.
If you believe this new feature to be implemented by Microsoft then I would suggest you to consider filing Microsoft user voice - so that they can consider it. Here's the link - https://microsoftgraph.uservoice.com/forums/920506-microsoft-graph-feature-requests?query=onlinemeeting
I have subscribed calendars in my Outlook (subscribed to using feed links), and I want to get the id of these calendars. Following Microsoft's API, a GET Request on https://graph.microsoft.com/v1.0/me/calendars using Microsoft Graph Explorer only shows my Outlook calendar and not the calendars that I have subscribed to. How can I make them visible?
I have tried it from my end using Outlook on the Web, going to
Calendar--> Add Calendar--> Subscribe from Web--> Give the link and Save.
I used the same call and it worked for me.
I've created a bot (a simple echo bot) and deployed it to Azure. Everything works well now and I can talk to the bot in the desktop Skype client (Windows 10 app).
However, I can't seem to be able to add the bot to an existing group chat. When I click on the add button the list of contacts to add doesn't have my bot in it, which is weird because I've added it to my contacts.
https://stackoverflow.com/a/41644443/249230
^ According to that post I need to create a "private chat" with my bot and then I'll be able to add it to group chats, but I have no idea how to do that.
I haven't published my bot, but I did enable "Allow adding to a group" in bot settings on https://dev.botframework.com.
Any idea why it's not working?
Private chat is talking directly to your bot. If you have added it to your contacts, it should be easy to open a direct conversation with it by double clicking.
Then you can add people in the conversation using the top right button:
Then you will have your group chat working:
Note for other people asking the same question (but you already mentioned that you did it), don't forget to activate the group conversation for your bot in botframework portal, in Skype channel settings
Have you tried to add a bot to group?:
https://telegram.me/[botname]?startgroup=foo