Added description and fixed issue with colors (#686)

This commit is contained in:
Ricardo Espinoza
2020-06-20 11:51:11 -04:00
committed by GitHub
parent 5db2ce2924
commit 6d7368d723
3 changed files with 30 additions and 6 deletions

View File

@@ -177,6 +177,15 @@ export const eventFields = [
default: '',
description: 'The color of the event.',
},
{
displayName: 'Description',
name: 'description',
type: 'string',
typeOptions: {
alwaysOpenEditWindow: true,
},
default: '',
},
{
displayName: 'Guests Can Invite Others',
name: 'guestsCanInviteOthers',
@@ -858,6 +867,15 @@ export const eventFields = [
default: '',
description: 'The color of the event.',
},
{
displayName: 'Description',
name: 'description',
type: 'string',
typeOptions: {
alwaysOpenEditWindow: true,
},
default: '',
},
{
displayName: 'End',
name: 'end',