Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

calendar

  1. SpongeBOB

    Python Online calendar for booking.

    Hi everyone, I have a small website ( Flask powered ❤️). I would like that peoples could see my availability and book an "appointment" in the free spot. I plan to develop one my self, but meanwhile maybe something exist already ? ( FOSS ! (so not google etc.. )) If I could store that data...
  2. 220061

    JavaScript datepicker disable dates that are in db

    Hello, Does anyone know how I can disable certain dates in my calendar based on the dates that are in the db?? so if the db has start_date (start_datum) 1-7-2022 and end_date (eind_datum) 3-7-2022. Then I want the code to disable all 3 of those days. code: <?php include "config.php"; ?> <html...
  3. 220061

    PHP calendar in php

    I want to create a calendar in php but it's not working out so well I want to be able to make my < and > buttons work and change the date on top of the calendar with one month. but I I can't get it to work. right now the date on top of the calendar is 08-06-2022 and I don't know why this is the...
  4. CarlEOgden

    PHP Microsoft Graph API - any experience? Specifically Calendar Create/Update/Delete events

    Hi If you've used and can help, I'd really appreciate it. Part of my code creates an appointment in our diary system, I've now implemented Microsoft login (using the Graph API) so I have a token. I can create an event (appointment) BUT the location doesn't show it as a true location even...
Back
Top Bottom