Allow multiple attendees in one field in Google Calendar

This commit is contained in:
Jan Oberhauser
2020-12-01 10:13:48 +01:00
parent e428ccffba
commit f79cb7e989
2 changed files with 10 additions and 12 deletions

View File

@@ -166,7 +166,7 @@ export const eventFields = [
multipleValueButtonText: 'Add Attendee',
},
default: '',
description: 'The attendees of the event',
description: 'The attendees of the event. Multiple ones can be separated by comma.',
},
{
displayName: 'Color',
@@ -810,7 +810,7 @@ export const eventFields = [
multipleValueButtonText: 'Add Attendee',
},
default: '',
description: 'The attendees of the event',
description: 'The attendees of the event. Multiple ones can be separated by comma.',
},
{
displayName: 'Color',