Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Calendar (Go + Wails)

A lightweight Google-Calendar-style desktop app built with Go and Wails.

What it includes

  • Month, week, and day calendar views.
  • Light, clean UI.
  • Event creation with title, date/time range, location, description, and any color.
  • In-memory Go backend with event CRUD methods exposed to the UI.

Run locally

  1. Install Wails CLI (if needed):
    go install github.com/wailsapp/wails/v2/cmd/wails@latest
  2. In the project folder, run:
    go mod tidy
    wails dev

Backend API

The Wails-bound Go backend exposes:

  • ListEvents() []Event
  • CreateEvent(input EventInput) (Event, error)
  • UpdateEvent(id string, input EventInput) (Event, error)
  • DeleteEvent(id string) error

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages