Agenda duplicated Events

I trying to use Coda to streamline the meetings of our team.
Like in Google Calendar the duplicate events takes a loot of space, and I like to make they desapear.

For the daily events I used a grouped list and this make the trick, but for a week scope is not Ideal.

Any ideas os how merge those events?

Hey there!

Writing on phone - so forgive the poor formatting and lack of photos.

What you could do is write some sort of “duplicate finder” formula in another column like this:

ThisTable.filter(eventName =thisRow.eventName).find(thisRow)

Then put a filter on your table that says:
[Duplicate Finder Column] = 1

That might do the trick!

4 Likes

Thanks, that works like a charm, I used the ICalUID propriety from google calendar as key for some events that refused to merge.
Never used duplicate validation, this is a useful tool :v:

1 Like

You got it! Duplicates are a super tricky case in Coda and there are tons of ways to handle them depending on your use case

4 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.