Skip to content

printfdebugging/callogging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logging

Setting up credentials.py File

  • create credentials.py with email, password and calendar-id.
  • i use ansible-vault to store encrypted calendar.py
username="email"
password="password"
calendar_url="https://dav.mailbox.org/caldav/calendar_url"

Creating Calendar Events

  • format calendar events like tag - subtag - summary
  • format description like markdown lists. (- point1\n- point2\n- point3\n)

About the Scripts

  • main.py houses the prompt processing code
  • networking.py fetches calendar events, creates calendar.xml
  • parser.py reads calendar.xml, creates internal data structure
  • filters.py prints events as csv or detailed entries

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published