async calendarSkinNames() {
    return Promise.all((await this.calendarSkins()).map((child) => child.name()));
  }