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