yaml2ical/yaml2ical
Dave Walker (Daviey) 2d86450f7e Add Calendar Name and Description to output ical
Previously the calendar was missing a name and description
which means that some ical clients retain the URL rather
than having a human readable view.

This change introduces two new command line options
-n|--name and -d|--description for suppling the relevant
fields.

This implements the X-WR-CALNAME and X-WR-CALDESC ical
extension properties.

Change-Id: I97d44a2c924699ef362b7c053a637ace89b94fe2
Signed-off-by: Dave Walker (Daviey) <email@daviey.com>
2015-06-04 17:21:51 +01:00
..
tests Fix conflict detection 2015-02-25 12:16:50 +01:00
__init__.py Rename 'arbiter' module to 'yaml2ical' 2014-11-21 18:03:14 +01:00
cli.py Add Calendar Name and Description to output ical 2015-06-04 17:21:51 +01:00
ical.py Add Calendar Name and Description to output ical 2015-06-04 17:21:51 +01:00
index.py Add timestamp to the template variables 2015-05-28 15:45:35 +02:00
meeting.py Allow extra settings for meetings to be used in templates 2015-05-27 21:45:40 +00:00
recurrence.py Add ability to generate a meeting index 2015-02-27 16:08:24 +01:00