Is it possible to create custom calendar view for Office365 calendar?
Related
In the Google Calendar event link, we can pass the timezone as below
https://www.google.com/calendar/render?ctz={{timeZone}}......
Is outlook had a way to do this?
I need to create an outlook calendar link to add events to the outlook calendar. In there I need to mention the timezone in the calendar link and display the timezone like this
I need to create a calendar in the confluence page with one of the notifications that i receive in outlook.so that we can receive the notifications from confluence to outlook mail?
I have provided the subscription link to all my team mebers but still they are not able to get mail notifications
can someone please help me to sync outlook reminders with confluence calendar?
While creating an event in the outlook calendar, I want to add multiple calendars of the same mailbox in the event. I am not able to find any way of doing this.
I am using MS Graph for creating events on the calendar.
Please help me with this. Thanks in advance.
You can use Create event API to create a new event in a calendar. But you need to note that the calendar can be one for a user, or the default calendar of a Microsoft 365 group; it's not for the calendar group - so you can't add multiple calendars. Here's the doc.
We have a recurring event setup in Office 365 group calendar. If a new member is added to this group, that member can see the event in "Group" calendar and in order to see this event in main calendar, user have to click on "Copy to My calendar" in group event.
Is there any way to do this via code/script? Basically achieve "Copy to My calendar" for Office 365 group calendar to User's main calendar via code.
I'm not sure when you click "Copy to my calendar" if it has some smart link or if it is just a copy at a point in time.
You could subscribe to the calendar using a webhook. That webhook would call your API hosted somewhere (an Azure Function, a web api hosted on Azure App Service). Your API would recieve the event id, it could then fetch the full details of the event and then create a new event on the users calendar.
I'm assuming that you'd want this to create it on all users calendar and also to update it if there were changes on the source event.
Its complex for sure doing it this way.
https://learn.microsoft.com/en-us/graph/webhooks
https://learn.microsoft.com/en-us/graph/api/resources/event?view=graph-rest-1.0
I'm using the Google Calendar Api to create events, I'm trying to pass the parameter organizer with the email of the person that I want to be the owner but it is not working and the organizer it is always the same creator.