gcalcli
gcalcli copied to clipboard
Needs to standardize style?
Some time ago I used your project to generate a hCalendar formated output to publish the agenda in a web page. It is a very nice project, thanks for the good work! Now I wanted to update my code with the last version of gcalcli and I'm seeing two styles for doing things:
- In _IterateEvents you call to _PrintEvent in order to produce a textual human-readable output for the calendar.
- In _tsv you do the iteration inside of the method
Wouldn't make it sense to use the same style for both? Which one is the preferred one? Maybe there are other places with the same differences in style?