@sdetweil Thanks for the reply, Sam. So it would be possible to filter the list by checking if an entry with an identical name already exists, maybe? For instance, I have a weekly recurring reminder of when to put my waste/recycling out…
if (!RecylcingCollection )
{
add to list
} else
{
skip
}
Maybe easier if I got a seperate module all together that could just give me a reminder every week on a certain day…