e899edab68
Improved ical description. Cleaned up code/yaml. Use uuid as ical filename. Remove __pycache__ directory. Implemented support for multiple events in a single ical file. Removed hardcoding of event frequency. Added comment about meeting duration. Modified yaml files by removing uuid field, renaming 'Period' to 'Schedule', and removing 'UTC' from the time field values. Relocated yaml to meetings/ directory. Also now use pprint.pformat to print agenda. This resulting output isn't very user-friendly, so it should be improved in the future. updated yaml files and made minor formatting changes removed libs and edited .gitignore Removed old yaml files. Made time a string in yaml. iCal files now use same filename as YAML files. Add event times as UTC. Changed agenda output in iCal description to a YAML dump of the agenda. updated yaml files some more When finding yaml files in MeetingJobs.create_meetings(), program now tests whether the filename ends with '.yaml', instead of if it contains '.yaml'. (This avoids the problem of temporary emacs files like '#meeting.yaml#'.) Added basic logging functionality. Change-Id: Ib6cbe5b54228595faa42ccdadc6be15ee4c278da
12 lines
59 B
Plaintext
12 lines
59 B
Plaintext
# emacs
|
|
*~
|
|
\#*
|
|
|
|
# python
|
|
__pycache__
|
|
*.pyc
|
|
|
|
# other
|
|
*.ics
|
|
|