await Promise.all([
        updatePeopleTags(people, { add: ['meeting'] }),
        Promise.all(people.map((p) => updateUser(p))),
      ]);