Forum Discussion
Anderson_E
Dec 12, 2019Copper Contributor
SharePoint 365 - Calendar Form
I have a calendar but would like to change the elements included in the "user form". How do I get to the "user form" to modify? Or is that even possible?
Dec 13, 2019
I think he could avoid Designer here (Try to avoid it ;-):
(1) Adding or removing columns in the list will be reflected in the forms...or even better, creating a custom content type and attaching to the calendar list would be great
(2) Since depending on the calendar view we still have Classic Forms, some kind of customization can be done by means of JSLINK or inyecting code in the Forms using the classic Content Editor WebPart approach
(3) As an alternative to use out of the box forms, you could create your own ones with PowerApps or SPFx
(1) Adding or removing columns in the list will be reflected in the forms...or even better, creating a custom content type and attaching to the calendar list would be great
(2) Since depending on the calendar view we still have Classic Forms, some kind of customization can be done by means of JSLINK or inyecting code in the Forms using the classic Content Editor WebPart approach
(3) As an alternative to use out of the box forms, you could create your own ones with PowerApps or SPFx
Anderson_E
Dec 13, 2019Copper Contributor
So I can create a form using PowerApps that will read the standard "calendar" list? Let me try that.
- Dec 13, 2019If you need to remove them and cannot. Turn on under advanced settings, the first option manage content types to Yes. Then you can edit the content type, and "Hide" any columns you don't want from the default content type to show on the form.
- Anderson_EDec 13, 2019Copper ContributorI went to list settings for the calendar and confirmed I had checked "yes" on manage content types. Where do I go to edit the content type? I do see "Content Types" but it does not allow for hiding of columns.
- Dec 13, 2019It's on the calendar settings page. Under content types you select the word 'Event'. This will go into where you can hide specific columns.