Thanh
8172b653ac
Refactor code to be more modular. open_cal() now returns both the list
...
of events as well as the calendar itself, so that you can get the field
calendar.CALENDAR_TIMEZONE
This is useful in formatting events that happen for the entire day, as
their start and end do not have start fields.
Also implemented format_events so that all events start and end time are
in datetime.datetime format, rather than datetime.date format. This
allows sortedevents to run regardless of events are for a specified time
or the whole day.
2021-08-28 18:39:02 +10:00
Thanh
6c4d903d50
create sample ics and csv files
2021-08-28 18:29:17 +10:00
Erik
cb2bc45191
Merge pull request #10 from martinm76/sortedevents
...
Updated ical2txt.py with fixes for a couple of possible index errors and support for recurring events.
2021-04-05 11:34:06 -07:00
Martin Moeller
eb6fdf7a19
Actually print progress dots live in stead of at the end.
2021-03-28 23:05:02 +02:00
Martin Moeller
98e65a752d
Bold in stead of italics for NEW section
2021-03-28 22:10:49 +02:00
Martin Moeller
da5ba848aa
Updated documentation. Included recurring-ical-events and default end time
2021-03-28 22:08:32 +02:00
Martin Moeller
aea006661b
Comprehensive update of ical2txt.py with better argument checking and now handling recurring events, as long as recurring_ical_events can figure them out. Implemented safe stop 5 years in the future as default.
2021-03-28 21:59:24 +02:00
Martin Moeller
d6030fb5ed
Comprehensive update of ical2txt.py with better argument checking and now handling recurring events, as long as recurring_ical_events can figure them out.
2021-03-28 21:36:17 +02:00
Erik
861d8db761
Merge pull request #8 from rcriii42/uft-typo
...
Fix typo uft8 to utf8
2021-03-01 10:31:43 -08:00
rcriii42
ade8ec7aac
Fix typo uft8 to utf8
2021-01-02 13:19:31 -06:00
Martin Moeller
aeae095e3e
Remove seconds from worklog (ical2txt.py)
2020-11-17 09:25:48 +01:00
Erik
3ae4d4e239
Merge pull request #7 from martinm76/sortedevents
...
Implemented sorting of events before writing to file. Ignore TRANSP: …
2020-11-09 08:35:45 -08:00
Martin Moeller
01656d6f53
ical2txt.py - implemented start and stop dates to limit the amount of output. If not specified, everything is written.
2020-11-09 04:51:58 +01:00
Martin Moeller
f9a7cf07f2
Updated README with information about ical2txt and requirements for this script.
2020-11-04 10:40:46 +01:00
Martin Moeller
3596685f25
Updated README with information about ical2txt and requirements for this script.
2020-11-04 10:37:10 +01:00
Martin Moeller
55b2edd732
ical2txt.py - Updated processing to filter Google Meet and Skype Meeting details but keep the rest of the description. Discard bs4 warnings about URL's. Inserted a progress-meter (although it seems to only print when finished) and event total.
2020-11-04 01:33:15 +01:00
Martin Moeller
a11e9ca33f
Added a time total to ical2txt.py to make it easier to check if all hours have been logged.
2020-11-02 05:18:28 +01:00
Martin Moeller
a607e278ad
Implemented sorting of events before writing to file. Ignore TRANSP: TRANSPARENT (Needed to sort and also to skip events that have not been accepted)
2020-11-02 04:46:00 +01:00
Erik
24b3c6144d
Merge pull request #5 from tedsteinmann/master
...
Skip blank description to prevent encode error
2020-03-27 10:08:21 -07:00
Ted Steinmann
02a6bf871a
Skip blank desc. to prevent encode error
2020-03-25 22:34:56 -05:00
Erik
4be10695fa
Merge pull request #3 from BlackBeltBob/fix-unicode
...
Fix unicode encoding problem when importing calendars from sources…
2019-12-03 10:59:46 -08:00
Bob Wansink
4843a4466d
Fix unicode encoding problem when importing calendars from sources like gmail.
2019-12-02 09:31:31 +01:00
Erik
897061647d
Update README.md
2019-10-30 10:10:18 -07:00
Erik
f71a3a8532
Update README.md
2019-10-30 10:02:33 -07:00
Erik
87ed2a23f7
Update README.md
2019-10-30 10:02:12 -07:00
Erik
626131176c
Merge pull request #2 from bozoslivehere/master
...
Some fixes, improvements
2019-10-30 09:57:29 -07:00
Gregory Newman
58c92578ce
Convert all events, skip blanks, fix .dt crash
2019-10-24 10:49:10 -05:00
Gregory Newman
4a1717452a
Python 3 compatibility
2019-10-24 09:16:31 -05:00
Erik Cox
614d49476d
Update README, bad profile link.
2016-02-04 14:59:43 -08:00
Erik Cox
19cc9c812b
Initial commit.
2016-02-04 14:43:59 -08:00
Erik Cox
35052fb71b
Initial commit
2016-02-04 14:01:46 -08:00