calendar
398 TopicsHow to share calendar from Shared mailbox to mobile app
Hi, In our organization, we have the following requirement: to create three calendars within a shared mailbox and make them visible to members on both PC and the mobile app. On the PC, they are visible, but not on the Outlook app. On the app, we can only see the main shared mailbox calendar, not the three additional ones. The goal is to visually distinguish the three types of appointments on the app. We tried using categories (tags), but the colors have to be reset for each member. Any suggestions? Thanks4Views0likes0CommentsHas anyone migrated from one Google Workspace to another after a company merger?
Hi all, Our company recently went through a merger and we now have two separate Google Workspace accounts that need to be consolidated into one. I need to move everything across, emails, contacts, calendars and tasks, for all users without anything getting lost in the process. Honestly not sure where to begin. Google's native tools seem limited for something like this and I don't want to start without a solid plan. Has anyone gone through a similar consolidation? How did you handle it and is there anything you wish you had known before starting?67Views0likes2Comments"Add to Calendar" functionality in the New Outlook
When a user receives an email with a Calendar meeting attached to it, they are able to click on the dropdown in the attachment and select "Add to Calendar". This functionality is supposed to add the meeting to the calendar without opening the attachment/invite itself. However, when the user clicks on "Add to Calendar", the meeting is displayed temporarily on the Calendar and then disappears. If another calendar meeting is being "Added to Calendar", it doesn't show up at all, even temporarily. Occasionally, the second meeting is added successfully, however, the first meeting then disappears. This behaviour is reproducible using different, independent accounts and devices - personal devices, corporate devices, personal Live accounts, corp email accounts, etc. The only thing that does work is to open the attachment and use "+Add to Calendar" feature from the invite. Any ideas on what is causing this or how to address this?153Views0likes2CommentsNew Outlook: Calendar view cannot open modal dialogs (e.g. new event/settings) – Mail view works
I've been troubleshooting the above new issue (to me) with Copilot to produce the below summary. Hope this is helpful and you can advise and/or resolve ASAP! Thanks. --- We are experiencing a consistent issue in New Outlook for Windows, with similar reports from Outlook for Mac, where Calendar view fails to display modal dialogs. This affects: Creating new calendar events Editing or duplicating events Opening Settings When triggered from Calendar view, no dialog appears and the UI becomes unresponsive for that action. Note: Once calendar view 'breaks' Outlook, even switching back to mail view doesn't always work (incl. inability to close via usual X top right). Key behaviour ✅ Issue occurs only in Calendar view ✅ Same functionality works correctly from Mail view: New → Event opens and works Settings opens normally ✅ Outlook Web (PWA) and Teams Calendar work without issue ✅ Switching from Calendar → Mail immediately restores functionality Impact Users cannot effectively manage calendars using the desktop app (only view) Disrupts scheduling workflows Requires switching views or using other apps to complete basic actions Scope Multiple users affected Reproduced across: Windows (New Outlook) Mac (similar behaviour reported) Not device-specific Not account-specific Troubleshooting already attempted App repair/reset Full reinstall Restarting WebView2 processes Clearing local app data No resolution (only temporary, same as killing task and restarting app). Observed pattern This appears to be isolated to the Calendar view UI layer, specifically: Modal/dialog rendering fails only when invoked from the Calendar canvas The same dialogs work when invoked from Mail context Suspected cause Likely a regression in the Calendar canvas/modal framework in New Outlook (Monarch) affecting dialog rendering. This is consistent with previously observed Calendar-specific rendering issues in New Outlook (UI-layer defects limited to Calendar view rather than Exchange Online service). Request Confirm whether this is a known or emerging issue Provide workaround or mitigation guidance Advise if this is linked to a recent feature rollout / flighting Share ETA for fix if available Workaround (confirmed) Use Mail view → New → Event Use Outlook Web (PWA) or Teams Calendar Additional notes (optional) Issue appears tied to Calendar view state rather than service/backend Switching views consistently resets behaviour (albeit not consistently/long term) Suggest investigating Calendar modal rendering lifecycle100Views1like6CommentsMulti-day all-day event in Bookings calendar does not block staff availability (single-day works)
I've found a reproducible issue with Microsoft Bookings staff availability blocking. Scenario: One of my staff members went on vacation. To block her availability without removing her hours, I created an all-day event directly in the Bookings calendar covering her entire vacation week. Problem: - When I create a single-day all-day event → her time slots are correctly removed from the booking page. - When I create a multi-day all-day event (covering the full week) → her time slots still appear as available on the booking page. Expected behavior: A multi-day all-day event should block availability the same way a single-day event does. Is this a known bug? Is there a fix or ETA?53Views0likes1CommentNeed to Restore PST Files to Office 365 Mailboxes - What's the Best Approach
Hey everyone, I have a task coming up where I need to restore several PST files back into Office 365 mailboxes. Haven't done this before at this scale and honestly not sure where to begin. I've looked at Microsoft's native import service through Purview but I have a few concerns: Some of the PST files are quite large — not sure how well it handles that I need to restore only specific folders for some users, not the entire PST I'm worried about data consistency after the restore Would prefer something that doesn't require too many admin roles or complex setup For those who have done PST to Office 365 restores — what approach worked best for you? Any tools, tips, or things to watch out for that you wish you knew before starting?79Views0likes1CommentAccess selecting specific date on a calendar
I'm pulling my hair out because everything I've found through my research says my VBA code should work, but it doesn't! Here's the story. I have a calendar (form) that shows events going on for each month. What I want is for a person to click on a specific day and have a pop-up form appear showing more details of the events for whatever day they clicked on. I used the below code, which mostly works... When I click on a date, the month and year will be correct, but not the day of the month. The day of the month is always today's day. For example, let's say I click on the day Feb. 2, 2024 and today's date is May 21, 2026. My pop-up form will show the events for Feb. 21, 2024. This is the code I have: Private Sub lblTue3_Click() Dim txtSelectDate As Date (probably don't need this) Dim iDayOfMonth As Integer Dim iMonth As Integer Dim iYear As Integer Dim dSelectDate as Date iDayOfMonth= Format(Me.txtSelectDate.Value, "d") iMonth = Format(Me.txtSelectDate, "mm") iYear = Format(Me.txtSelectDate, "yyyy") dSelectDate = CDate(iMonth & "/" & iDayOfMonth & "/" & iYear) DoCmd.OpenForm "frmThatContainsMyData", acNormal, , "[DateOnFormUsedForFilter]=#" & dSelectDate & "#", , acDialog Update: I think I figured out where the problem is. When the calendar form is loaded, that's where txtSelectDate is defined. However, I don't know how to define txtSelectDate to whatever date I click on in the calendar. It defaults to today's date when I load the form. When I change the month or year, those number change in the txtSelectDate box, but not the day. This is the code I currently have. (DisplayMonthName displays the month and year; don't think it's part of my issue) Private Sub Form_Load() Me.txtSelectDate = Date Call DisplayMonthName End Sub Any help is greatly appreciated!204Views1like11CommentsPrevent Microsoft 365 meeting invites from automatically appearing in users’ calendars
Hi All, We are trying to prevent Microsoft 365 meeting invites from automatically appearing in users’ calendars as Tentative until the user explicitly accepts the invite. Setting for Outlook Classic, New Outlook and Windows or Outlook Web. Need Microsoft recommendation on this one.401Views1like3CommentsReserve Calendar Time for Bookings
How do you block space out on your personal calendar such that it's only available to Microsoft bookings, and shows busy to others in your organization? I've created a personal bookings page with custom timeslots--that's working just fine. The problem is that people in my org who can see my calendar are sending calendar invites for those same timeslots, making them no longer available to the bookings page. If I add my own events to my personal calendar to mark time as busy, those slots also disappear from the bookings page. How can I adjust things such as to reserve time exclusively for Microsoft bookings and no other users at my org?59Views0likes1Comment