Feb 24 2021 02:58 PM
Originally the option to in Outlook to 'End appointments and meetings early' was a simple on/off option and was reflected in the registry with a DWORD 'endeventsearly' in HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Outlook\Options\Calendar
Now a recent update now allows users to select 'End early' or 'Start Late' and the DWORD has been replaced with String Value ShortenEvents that can have the value 'End_Early', 'Start_Late', or 'None'.
However the Office Cloud Policy Service still only shows the previous settings which applies only the DWORD which now has no effect. Can you please update the Office Policy Service to reflect the new setting in Outlook so we can push this out to our users?
Thanks!
Jul 01 2021 01:36 PM
Jul 01 2021 01:45 PM
@Tuan-123 I now realise I am posting on an office cloud policy forum... hence the responses above was about M365. I may have to look for another forum 😞 however below is the local group policy that used work locally but stopped .
Jul 01 2021 01:51 PM
Jul 02 2021 12:56 AM
Jul 07 2021 09:04 PM
Jul 08 2021 03:05 AM
Mar 10 2022 12:26 PM
Hi everyone,
as far I have seen, this thread did not include a solution for Office Cloud Policies. We are currently upgrading our MS365 Apps version from 2102 to 2108 in Semi annual Enterprise channel and therefore ran into the issue described here. Since MS has added the possibility to start meetings late in between these two versions, the cloud policy "End appointments and meetings early" stopped working in version 2108 SAEC. The new cloud policy which has to be configured is called "Shorten appointments and meetings" The values (minutes) which meetings end early or start late should stay valid In case you have defined it.
All values can be found under [HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Cloud\Office\16.0\outlook\options\calendar]
Mar 31 2022 10:45 AM
Mar 31 2022 01:15 PM
Just an update, we are now successfully able to configure this setting via GPO with the latest ADMX files and M365 App version 2203.
Regards,
Matthew Stevenson
Mar 31 2022 01:20 PM
@Matthew_Stevenson thank you for that. I will schedule some time to day to give this a try.
Mar 31 2022 02:58 PM
@BarryBuchanan @Matthew_Stevenson thanks for that, I'll wait for intune to update. Just wondering if you are using "Shorten appointments and meetings" or "end appointments and meetings early" and btw what is the difference ?
Mar 31 2022 11:47 PM
May 04 2022 08:57 AM
I downloaded the latest admx files and I am using the shorten appointments and meeting and it worked on my Outlook - Microsoft 365 Apps for Enterprise.
However, it doesn't look like it is working for Outlook - Microsoft 365 Apps for Business. The setting is not being set but the policy is being applied.
Jul 22 2022 01:11 AM
I used powershell command Set-OrganizationConfig to make changes org-wise:
Set-OrganizationConfig -ShortenEventScopeDefault EndEarly -DefaultMinutesToReduceShortEventsBy 10 -DefaultMinutesToReduceLongEventsBy 15
It seems OK: users in Outlook get minutes changed and End Early, except one minor thing box "Shorten appointments and meetings" is not enabled 🙂
and users have to check it manually. Is there any powershell command property to check it org-wise?
Sep 20 2022 03:05 AM
@MindaugasG-IL You would use the ShortenEventScopeDefault switch for that. See https://learn.microsoft.com/en-us/powershell/module/exchange/set-organizationconfig?view=exchange-ps
Sep 20 2022 03:25 AM
Sep 25 2022 09:02 PM
im using endpoint manager and still not working - i gave up for now
Oct 18 2022 03:29 AM
@rbj42 from the screenshot you have the ShortenEvents key but not the EndEarlyLong or EndEarlyShort keys
Oct 18 2022 03:30 AM
May 09 2023 04:54 PM