[Feature Request] Looking for free time view on Agenda
See original GitHub issueDescription
Looking for a time-proportional view of agenda (i.e. gaps for unfilled space). I’d like my users to visually see when they have free time.
Expected Behavior
An option with agenda view:
time_proportional={true}
that makes agenda items proportional to time, as well as showing the unused time between them. In Google Cal’s app, similar to going from “Schedule” to “Day” views.
Issue Analytics
- State:
- Created 6 years ago
- Comments:23 (4 by maintainers)
Top Results From Across the Web
15 Features to Look for in a Time-Saving Agenda and Meeting ...
To help you keep your meetings running on schedule, choose a solution with an integrated speaker and countdown timer. 13. Live Streaming and...
Read more >How to create a FindTime poll - Microsoft Support
How to create a FindTime poll · Availability: Lists the best options (times when all required meeting participants are free) first. · Time:...
Read more >The 7 best meeting scheduler apps in 2022 - Zapier
Best free meeting scheduler built into a calendar app · Send direct messages in Slack when new meetings are scheduled in Calendar ·...
Read more >How to Use Google Calendar 'Find a Time' Meeting Feature
However, you can use the “View schedules” button on the mobile app to quickly look at availability. Step 1: Open Google Calendar and...
Read more >Tips to write an effective meeting agenda (with template) - Asana
Nobody will complain about a meeting that runs short—keeping everyone longer than anticipated isn't as much fun. Plan sufficient time for ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I tweaked the code a little bit and came up with this (please disregard the styles, it’s not really something that I’m concerned about as of the moment. And yeah, you can style this however you like.). I made this possible by providing the
previousItem
to therenderDay
andrenderItem
. I honestly don’t understand the need to have these two props. I think we can just dorenderItem
then provide thecurrentItem
andpreviousItem
to that prop which will return a react-native element, this will allow the developer using this library to render whatever they like on the agenda view.@wmlutz i have implemented time view to show events based on day time. Please refer to #1021 PR.