Questions tagged [timeslots]

71 questions
1
vote
2 answers

Select ID of available time slot for booking an appointment

I have a table called Appointments displaying time slots for booking an appointment. id | time start | time end | caseno 1 | 800 | 830 | null 2 | 800 | 830 | null 3 | 900 | 930 | AB-111 4 | 900 | 930 …
atat4u
  • 11
  • 2
0
votes
1 answer

Create hourly time slots from start and finish time

Hoping you can help me with something I've been stuck on for ages. I have two tables. One has employee records with fields cost, start time and finish time. Other table has revenue with actual time. I want to generate a report which groups…
jksdua
  • 778
  • 9
  • 11
0
votes
0 answers

Create a week and day viewable appointment viewing calendar form this array

I'm creating a weekly-view appointment calendar. The calendar must show each appointment on it's allocated day and in its allocated time slot in a scroll-able weekly view. This calendar only needs to go back and forward 50 days max. Here is an image…
Tony
  • 43
  • 6
0
votes
0 answers

Add buttons for free slots in week view

I would like to add buttons for weekly view in fullcalendar, as time slots and make them bookable slots. I tried to add in Javascript Content Injection for Fullaclendar but I cant.
0
votes
0 answers

Does google provide API of its premium google calendar 'appointment' feature?

I want to make an book appointment app in react native and I want to access the API of Google Calendar's Appointment feature. In react native, we have react-google-calendar-api which allow us to manage events but it doesn't allow us to create time…
0
votes
0 answers

How to do this in flutter

This a time slot picker for booking meeting rooms, I want to show the booked times and select (from the available times) the start time and end time by sliding
0
votes
0 answers

Identify sequential time slots across multiple collections

I have a requirement as part of developing a .Net appointment booking engine that is that if someone requires scheduling for multiple, separate, activities that the system suggests potential periods of time where the appointments for all the…
0
votes
1 answer

Time Slot from df in pandas

I'm trying to create time slot starting from time column in my df which have the following structure: artist_name;ms_played;track_name;...date;time;week_day Taylor Swift;35260;Wildest Dreams;...;2021-01-25;07:55;0 Edward Sharpe & The Magnetic…
Shadows1996
  • 114
  • 7
0
votes
1 answer

Is there a way to get the "contents" of a button into a variable in PHP foreach?

I am having trouble with a certain part of my website, where the user can click many buttons and based on that i need to figure out which one they pressed. There are certain timestamps and they choose which to reserve, i am using foreach to display…
0
votes
1 answer

Mapping timeslot to timestamp

I have a table of 336 rows. Each row assembles 30 minutes during the day throughout the week. In other words: 24 x 2 x 7 Timestamp: UNIX format timeslot: (dunno yet) My aim is to find the best way to name timeslots inside the table so I can map any…
TDSii
  • 1,675
  • 4
  • 20
  • 29
0
votes
0 answers

How can I compare a value of time with a time slot?

I am reading from a file (fp) fourplets, that represent packets and if the generation time of the packet is less than the time running, then I am inserting it in to my list. The time increases by 20.0 every time slot. But I want to check all the…
wajaap
  • 273
  • 3
  • 20
0
votes
1 answer

Shifting dates based on frequency

I have a bit of a puzzle. I want to make certain date slots for every participant in my dataset to get an appointment. I have a date range that goes from 14 days until a flu shot up until the flu shot. So if the flu shot is schedule for the 29th of…
Debbie Oomen
  • 197
  • 1
  • 7
0
votes
0 answers

Array with only one updated output using react

I am developing a MERN app where I have members with their time and date slot, the time slot is an array which could be more than one slot for one staff or member, so whenever the user clicks on the date picker after clicking on a specific staff,…
jd1008
  • 1
  • 2
0
votes
0 answers

Can FullCalender be configured with TimeSlots: Morning, Afternoon & Evening

I would like to configure FullCalendar to have just 3 timeslots per day for; Morning (9:00 - 12:00) Afternoon (13:00 - 16:00) Evening (17:00 - 20:00) Is this possible? If so, how would it be done?
0
votes
0 answers

Firebase booking with time slots across different Timezones

I am developing an app that allows users to book a chat session with therapists. I have already made the model and it works well but when you only consider one time zone. Currently, I have 20 time slots each representing a specific time. For…
Hoqur
  • 21
  • 2