Closed BingBing160809 closed 1 year ago
I experienced this as well. The issue is that there is a bug in the two "Add" event actions in the Reminders2Calendar shortcut. Instead of using the "ListName" variable, it is using the first calendar it detects. The fix is to set the "Calendar" value to ListName
. See screenshot:
Maybe @xiwenc can release a new patch version when he has time. It's a great shortcut by the way, thanks @xiwenc !
Hi,
This is already the case:
I will re-export my version just in case I forgot to update.
Please try the latest export and let me know if that works.
I have been using the build of https://github.com/cinaq/reminders2calendar/commit/28bfd8a406394c15127e198fd904d9d00608318c for a while and I don't see duplicates. Hope this solves your problem.
I will close this issue for now. Feel free to re-open if the issue still persists.
Hi,
This is already the case:
I will re-export my version just in case I forgot to update.
Please try the latest export and let me know if that works.
Strange, just tried your latest release and that one still has the problem — where the Calendar item isn't set to ListName
but to one of my calendars. Maybe a shortcuts bug then? Not sure
@burnzy sounds weird indeed. I've retested it over and over again. It works fine on my end. My advice is to remove the shortcut and reimport from github again. We have added a Loop helper shortcut now. See the updated README file.
I've found why the duplication sometimes happens. The query to look for next N days does not include "today" events. Therefore it would ignore existing events due "today" and hence creates new event. These result in duplicates.
It's fixed already. Ran into this same edge case in jira2calendar.