This sample will show you to create an a daily planner (Calendar & Email) using NiceGUI.
You can follow along step-by-step in our blog post "How to build a Daily Planner using NiceGUI".
- Python v3.x
You'll need the following values:
V3_TOKEN =
GRANT_ID =
V3_HOST =
Add the above values to a new .env
file:
$ touch .env # Then add your env variables
$ pip3 install nicegui # Nylas API SDK
$ pip3 install python-dotenv # Environment variables
Run the file nicegui_planner.py:
$ python3 nicegui_planner.py
NiceGUI will open up your browser on port 8080.
Visit our Nylas Python SDK documentation to learn more.