henryj320 / python_projects

This is a repository for all of my Python projects. The README contains all of the Completed and Future project ideas.
0 stars 0 forks source link

Create a form which generates the Google Calendar URL on Submit #55

Open henryj320 opened 2 years ago

henryj320 commented 2 years ago

Now that you have a working Flask App, add a form to it and a submit button that generates the URL. Use this page to figure out what the URL should be: https://www.labnol.org/calendar/. It should make:

https://calendar.google.com/calendar/render?action=TEMPLATE&dates=20221016%2F20221017&details=Here%20is%20the%20Desc&text=Here%20is%20the%20Title

You will need to do URL encoding to change characters to URL versions (e.g. spaces to "%20"). Here is a guide: https://www.urlencoder.io/python/.

The form should include: