mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-26 19:36:00 +03:00
[GH-ISSUE #161] Reminders broken (again) in Outlook 2016/Office 365 #624
Labels
No labels
1.0
1.0
1.0
2.0
Feature
Feature request
Google
Google Calendar
async
attachement
auto-migrated
auto-migrated
auto-migrated
bug
critical
enhancement
help wanted
implemented
pull-request
solved
solved
sourceforge
sourceforge
sourceforge
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/outlookcaldavsynchronizer#624
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Todo18 on GitHub (Aug 31, 2016).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/161
While this is a fantastic add-in, we are having troubles enabling reminders within Outlook 2016. We've read the previous (dates back to 2013) issue, where .PST-files had to be explicitly set to 'show' reminders (Outlook 2013), but not only does Outlook 2016 not offer this option anymore (not in the app, nor in the settings in the Control Panel), it also doesn't seem related.
Problem: The error message 'The reminder for will not appear because the item is in a folder that doesn't support reminders' shows up when an attempt is made to add a new item (with a reminder set) to a CalDAV-calendar inside Outlook 2016. The CalDAV-calendar is running on a sabre/dav webserver, and has worked before in Mozilla Thunderbird, for example. Synchronisation works as you'd expect. New items show up everywhere, deleted items are properly disposed of.
Moving the calendar from one 'folder' (.PST-file) to another does nothing to resolve the issue. The option that older versions of Outlook offered ('Show reminders...') is no longer available, and thus no solution.
Any thoughts? Many thanks!
@aluxnimm commented on GitHub (Aug 31, 2016):
Use another folder type or maybe this one helps
http://answers.microsoft.com/en-us/office/forum/office_2016-outlook/outlook-2016-calendar-reminders/8f40bcdd-e3fc-4f29-acaf-544f48d63992
@Todo18 commented on GitHub (Aug 31, 2016):
Like we said: that option doesn't work (anymore). We think we may have found a solution, however, which may be useful for other users/the future: connecting to the server as-is, will add that CalDAV calendar (at least in our case) to the default 'Internet-subscriptions' folder, which is a special case, since you can't make it the default folder. Creating a new folder (.PST-file) via the account options, making it the default, and moving the calendar to that folder, solved the issue for us. Reminders are not only saved (as they did before ?), but are also shown.
Thanks!
@Todo18 commented on GitHub (Aug 31, 2016):
If anyone requires a more detailed explanation, I'll gladly provide one. :)
@aluxnimm commented on GitHub (Aug 31, 2016):
if you can provide detailed steps we can add it to the readme and wiki.
@Todo18 commented on GitHub (Sep 6, 2016):
Okay, here goes. To fix this problem in Outlook 2013, do as follows:
Should do the trick!
(Don't forget to update the storage folder in the CalDav Synchronizer settings!)
@aluxnimm commented on GitHub (Sep 6, 2016):
thx! will add it.