testing ics / h-event import

This commit is contained in:
les
2020-10-14 21:13:20 +02:00
parent a9c81c575b
commit 7ce02c9e1e
9 changed files with 1373 additions and 195 deletions

View File

@@ -4,7 +4,8 @@
v-card-title
h4 {{edit?$t('common.edit_event'):$t('common.add_event')}}
v-spacer
v-btn(link text color='primary' @click='openImportDialog=true') <v-icon>mdi-file-import</v-icon> {{$t('event.import_URL')}}
v-btn(link text color='primary' @click='openImportDialog=true')
<v-icon>mdi-file-import</v-icon> {{$t('common.import')}}
v-dialog(v-model='openImportDialog')
ImportDialog(@close='openImportDialog=false' @imported='eventImported')