twinssbc / Ionic2-Calendar

A calendar component based on Ionic framework
https://ionic-calendar-demo.stackblitz.io
MIT License
388 stars 196 forks source link

Change weekview event details design in ionic2-calendar #630

Open jyothimarkal opened 2 years ago

jyothimarkal commented 2 years ago

Hi, previously I tried to show a customized event details list in daywiseview but I want to get any result, so now am trying to do it in weekview plz help me. it working in daywise cal

The same thing I want to display weekview. In global.scss

.weekview-allday-table { display:none; } .weekview-normal-event-container { display:none; position: absolute; left:0; top:0; bottom:0; right:0; } .calendar-event-wrap{ //display:none; background-color: bisque; }

twinssbc commented 2 years ago

@jyothimarkal What kind of event detail do you want to display in week view? Probably some mock up could help.