Calender Issues

Jeremy_F
Participant V

1 - Disable/hide the time slots in the calendar view? I only need days as my records are based on the dates rather than time. - For example, in this week’s view, I don’t want to see the time, but only days of the week and the categories etc
Or, just show operating hours e.g 10am to 3pm - Main aim is to remove/hide atleast 90% of the calendar view which is just a plain white space

2 - To be able to adjust the UX of the calendar view, specially the background view - Right now, almost 90% of the calendar view is white, which is not eye-catching

3 - On the month view, can I choose an event, and go directly to its detail view without first going to the week view

4 - Can one display one event that occurs consecutively for 3 days, but at the same time, For example, Monday 5pm-7pm, Tuesday 5pm-7pm, Wednesday 5pm-7pm

Status Under Review
27 7 1,370
7 Comments
jacksonmihailov
Participant III

For my app which is going to be used on one PC at the production site, I wanted to:

  1. hide day and month calendars;
  2. show only the week calendar;
  3. hide the time slots.

This is what I’ve got now:

What I did:

  1. Installed a chrome extension Custom JavaScript for Websites 2.
  2. Wrote this code:

setTimeout(function(){
('.rbc-time-content').hide(); (’.rbc-toolbar-view-nav-small’).hide();
$(’.rbc-time-header’).css({
‘height’:‘100%’,
‘max-height’:‘100%’,
‘overflow’:‘auto’
})
}, 1000);

It’s just a way around, not the beautiful, but the only one I could find up to now.

I hope the appsheet teem will update the calendar view soon as you proposed(more than a year ago)…

Fabian_Weller
Participant V

Hi @jacksonmihailov this is very cool.
I would like to hide Saturday and Sunday. And show only time from 6am to 6pm.
Is this also possible with your code?

Status changed to: Open
Pratyusha
Community Manager
Community Manager
 
Ferrys
Community Visitor

Hi!!!

I need exactly what @Fabian_Weller is asking for. Any news about it?

Thank you!!!!

Status changed to: Under Review
Roderick
Community Manager
Community Manager
 
JpChapron
Participant V

I certainly would like this type of feature too !

Tristan_Bennett
Participant I

We're under review! very exciting. But also....nudge.