Skip to content

tryton/goocalendar

Repository files navigation

GooCalendar

A calendar widget for GTK

Nutshell

Example usage:

>>> import datetime
>>> import goocalendar
>>> event_store = goocalendar.EventStore()
>>> calendar = goocalendar.Calendar(event_store)
>>> event = goocalendar.Event('Birthday',
...     datetime.date.today(),
...     bg_color='lightgreen')
>>> event_store.add(event)

About

Mirror of goocalendar

Topics

Resources

License

Stars

2 stars

Watchers

4 watching

Forks

Contributors

Languages