Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Online calendar for booking.
#1
Question 
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 locally that would be even better..

Thanks.
[Image: NfRQr9R.jpg]
Reply
#2
You can search pypi.org for existing packages.
searching for calendar gives this list
Reply
#3
(Mar-13-2023, 06:44 PM)Larz60+ Wrote: You can search pypi.org for existing packages.
searching for calendar gives this list

Thank you @Larz60+ , I did checked Pypi, but I didn't found nothing (we your list too, thx btw )
[Image: NfRQr9R.jpg]
Reply
#4
(Mar-13-2023, 04:43 PM)SpongeB0B Wrote: 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 ?
There lot of this that exist as it's very common task to do in in a web-app.
As this is web bases,so will not find much on PyPi.
If search with your words will find a lot.
When search like this will find mostly finish app some have free account that may work.
Eg can look at how some of these app look Best 21 Appointment Scheduling Apps

If want develop something yourself eg Flask,i would search for basic tutorial/templates for this task.
That have the basic code HTML/CSS and JavaScript as a start,then bring into Flask.
Eg like this JavaScript Calendar and Scheduler Tutorials
SpongeB0B likes this post
Reply
#5
(Mar-14-2023, 04:21 PM)snippsat Wrote: ...If want develop something yourself eg Flask,i would search for basic tutorial/templates for this task.
That have the basic code HTML/CSS and JavaScript as a start,then bring into Flask.
Eg like this JavaScript Calendar and Scheduler Tutorials

Thank you for the link ! That's what I more looking for Thumbs Up

Too bad they all relies on javascript .. but of course no choice for now -> https://connect.mozilla.org/t5/ideas/gec...158#M10542
Gribouillis likes this post
[Image: NfRQr9R.jpg]
Reply
#6
https://github.com/wnesbv/starlette-example
Reply
#7
Test a few alternatives https://vocus.io/blog/calendly-alternatives/ that seem promising, consider your specific needs, and choose the one that aligns best with your goals and preferences.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Creating Python dataframes using a County Jail Daily Booking Register (Snohomish, WA) BrandonKastning 3 2,256 Mar-25-2020, 08:36 PM
Last Post: BrandonKastning
  Follow Up: Web Calendar based Extraction AgileAVS 0 1,513 Feb-23-2020, 05:39 AM
Last Post: AgileAVS
  Extracting Data from Calendar AgileAVS 2 3,761 Feb-16-2020, 01:06 PM
Last Post: AgileAVS
  Google Calendar iCal Albireo 2 5,519 Mar-15-2017, 03:47 PM
Last Post: Albireo

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020