Wykres commitów

278 Commity (master)

Autor SHA1 Wiadomość Data
Thomas Irgang 7df46d63f9
added jazzband tag 2021-09-07 18:49:37 +02:00
Alexander Hultnér 8441affb21
Split up list comprehension for readability. 2021-09-06 15:58:22 +02:00
Martin Eigenmann 14afda6aef
doc: add comment to clarify the exclusion 2021-05-25 00:11:38 +02:00
Martin Eigenmann dc5ff993c1
refactor: use adjust_timezone for parse_rrule 2021-05-25 00:03:04 +02:00
Martin Eigenmann efb7fbe3b4
fix: add timezone for exdates only if component has tz 2021-05-24 23:50:44 +02:00
Martin Eigenmann 2fd3520231
refactor: remove unused try-catch 2021-05-24 21:51:31 +02:00
Martin Eigenmann 9f7096ad52
refactor: remove extra code for recurring all day events - handle timezone issues in a generalized way for all reccuring events 2021-05-24 21:49:49 +02:00
Martin Eigenmann 8e429fecb2
refactor: extract get_timezone function 2021-05-24 21:23:06 +02:00
Martin Eigenmann 71dd7bb5cc
doc: explain what x-wr-timezone is 2021-05-24 21:22:09 +02:00
Martin Eigenmann e77f41f9f0
feat: respect transparency 2021-05-16 20:23:20 +02:00
Martin Eigenmann c3c3b02b7d
fix: keyerror cest 2021-05-08 16:50:16 +02:00
Martin Eigenmann 6aa12a280b
feat() respects reccurence-id 2021-03-29 23:59:31 +02:00
Martin Eigenmann 0d92c07ef7
style() cleanup 2021-03-28 21:10:24 +02:00
Martin Eigenmann 98b6f3cccd
feat() accepts reccuring all day events 2021-03-28 20:54:33 +02:00
Martin Eigenmann d06beb8c66
feat() adds tests for default tz on all day events 2021-03-28 12:47:01 +02:00
Martin Eigenmann 7720a49dac
feat() uses ical tz translation for windows 2021-03-28 11:38:42 +02:00
Alexander Hultnér fee7f429b8
Merge pull request #70 from kaitlynmcgoldrick/fix-compare-offset-datetimes-error
Fix can't compare offset-naive and offset-aware datetimes error
2021-02-11 16:52:38 +01:00
Alexander Hultnér bd4a63f9b8
Merge branch 'master' into fix-compare-offset-datetimes-error 2021-02-11 16:52:11 +01:00
Alexander Hultnér 89f3cf7155
Merge pull request #75 from mhdzumair/master
Impliment support for categories attribute
2021-01-19 12:00:00 +01:00
Alexander Hultnér faa1226e95
Merge pull request #72 from Mueller-Patrick/master
Preventing crash when running on AWS Lambda
2021-01-19 11:56:20 +01:00
Patrick Müller e7afadeeb4 Forgot to remove debug prints 2021-01-16 23:02:21 +01:00
Patrick Müller 58facc0276 Fixing wrong command to remove tmp dir 2021-01-16 20:38:07 +01:00
Patrick Müller e589d03d14 Running test in tmp dir to prevent permission issues 2021-01-16 19:26:01 +01:00
Patrick Müller e1bbcfdb27 Fixed issue with test case 2021-01-16 19:44:34 +01:00
Patrick Müller 542edeb39a Testing for logging output when opening in read-only directory 2021-01-16 18:48:11 +01:00
Patrick Müller 4e4a0b6b97 Changing to logging module for cache disabled warning 2021-01-16 17:41:34 +01:00
Mhd Zumair c35dc52ae3 Reformated & fix typo 2020-11-10 22:41:09 +05:30
Mhd Zumair 266457dc4a UnitTest: Add unit test for categories attribute 2020-11-10 22:33:28 +05:30
Mhd Zumair 9a2493accf icalparser: Add support for categories attribute 2020-11-10 22:30:31 +05:30
Patrick ad2b6d2dee
Printing error in case of read-only directory 2020-09-24 21:49:23 +02:00
Patrick bfd9e35641
Preventing crash when running on AWS Lambda 2020-09-24 19:27:26 +02:00
Kaitlyn McGoldrick 31a1b277e8 Fix can't compare offset-naive and offset-aware datetimes error 2020-08-25 12:43:57 -07:00
Thomas Irgang ce0581e2db
Update setup.py 2020-03-12 20:30:28 +01:00
Thomas Irgang b29c7f9184
Merge pull request #66 from ndw/enhancements-2020-03-10
A few enhancements to icalevents
2020-03-12 20:28:39 +01:00
Norman Walsh 11dfa8c64c
A few enhancements to icalevents 2020-03-10 11:18:12 +00:00
Thomas Irgang 3c377abd66
v0.1.24
Support SEQUENCE in ical events
2020-01-18 09:09:38 +01:00
Thomas Irgang 6d90709e05
Merge pull request #63 from peckpeck/patch-1
Support SEQUENCE in ical events
2020-01-18 09:08:51 +01:00
peckpeck 78005e1eb3
Support SEQUENCE in ical events
Sequences are used to know when an single event overrides a recurring event
2019-12-13 16:55:00 +01:00
Thomas Irgang 7a2969ed98
updated version to v0.1.23
Initialize default http client for downloader in constructor #61
2019-09-25 15:59:09 +02:00
Thomas Irgang ba905c3085
Merge pull request #61 from gangverk/default_http_client_fix
Initialize default http client for downloader in constructor
2019-09-25 15:57:23 +02:00
Pall Valmundsson 85d8c466d2 Initialize default http client for downloader in constructor
Allowing users to pass a manually created `Http` object to the download
class increases flexibility for various circumstances.

The current implementation does not work when used inside an AWS Lambda
as the filesystem is read-only and raises an unhandled IOError.

The changes should be fully backwards compatible.
2019-09-23 17:32:53 +00:00
Thomas Irgang a9d614f6b8
Update setup.py
pull requests merged
2019-08-20 08:12:12 +02:00
Thomas Irgang 17e467828a
Update .travis.yml
deploy only tagged
2019-08-20 08:09:33 +02:00
Thomas Irgang aa1b4f7fe1
Merge pull request #58 from fscs/none-returned-as-string
Fix string "None" being set as summary instead of object None
2019-08-20 08:04:36 +02:00
Thomas Irgang 84a70ed178
Merge branch 'master' into none-returned-as-string 2019-08-20 08:03:49 +02:00
Thomas Irgang a302e31ad3
Merge pull request #57 from fscs/created-last-modified-attributes
Add created and last_modified event attributes
2019-08-20 08:02:42 +02:00
Markus Brenneis 9323c052e5 Fix string "None" being set as summary instead of object None 2019-08-17 15:31:23 +02:00
Markus Brenneis 6188f49633 Remove blank line 2019-08-17 15:16:01 +02:00
Markus Brenneis fd85ac746e Add created and last_modified event attributes 2019-08-17 14:05:49 +02:00
Thomas Irgang 38226174a8
Merge pull request #55 from infanf/master 2019-07-18 14:09:27 +02:00