Wykres commitów

151 Commity (e1bbcfdb270874128a5dfc8700b6e5322c673d01)

Autor SHA1 Wiadomość Data
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
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
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
Thomas Irgang c96267354e
Merge pull request #55 from infanf/master
add private event attribute
2019-07-18 14:08:58 +02:00
Christopher Schreiner ce6982b0dc
add private event attribute 2019-07-16 19:28:02 +02:00
Thomas Irgang bb34c770ae
v0.1.20
Merge pull request #52 from tdaff/no-write-httplib
Disable httplib2 cache when no write permission

Merge pull request #49 from tdaff/rrule-until
Convert RRULE UNTIL with no tzinfo to UTC
2019-04-24 07:59:02 +02:00
Thomas Irgang ff44d17fa1
Merge pull request #49 from tdaff/rrule-until
Convert RRULE UNTIL with no tzinfo to UTC
2019-04-24 07:54:42 +02:00
Thomas Irgang 5716e64f3b
Merge pull request #52 from tdaff/no-write-httplib
Disable httplib2 cache when no write permission
2019-04-24 07:54:04 +02:00
Tom Daff 590f6737a0 Disable httplib2 cache when no write permission
The library cannot be imported from a directory with
no write permissions as httplib2 fails to create the
cache. If there is an error creating `deafult_http`
fall back to having no cache.

Closes #51
2019-04-18 10:19:29 +01:00
Tom Daff 062fb93951 Convert RRULE UNTIL with no tzinfo to UTC
Since DTSTART is always given tzinfo, any UNTIL in an RRULE
must be tz-aware and in UTC.

See: irgangla/icalevents#47
2019-04-02 10:26:46 +01:00
Thomas Irgang acec3dd71c
v0.1.19
added support for default_span adjustment and additional event components #44 by tahouse
2019-02-07 16:54:31 +01:00
Thomas Irgang 08456f22d8
Merge pull request #44 from tahouse/master
added support for default_span adjustment and additional event components
2019-02-07 16:53:54 +01:00
Tyler House fd8c4351c0 fixed test data for organizer 2019-02-06 23:27:05 -08:00
Tyler House 3be35e3d0d added tests for icalparser 2019-02-06 17:53:06 -08:00
Tyler House dc35acb625 added support for default_span adjustment and additional event component 2019-02-06 14:19:52 -08:00
Thomas Irgang ccf7cb4fb6
v0.1.18
Fixes wrong default value behaviour in `Event.time_left`
2019-01-29 20:22:48 +01:00
Thomas Irgang 000a981eb7
Merge pull request #43 from HazardDede/master
Fixes wrong default value behaviour in `Event.time_left`
2019-01-29 20:22:21 +01:00
Dennis Muth 5c8da47381 Fixes wrong default value behaviour in Event.time_left
In python the default value of an argument gets cached the first
time the function is invoked. Subsequent calls to the function
without specifying the argument will use the same cached default
value again. In this particular case all relative deltas will be
calculated from the now that was cached when the function was
invoked the first time thus leading to a wrong time_left
2019-01-27 20:30:41 +01:00
Thomas Irgang 83107b648f
v0.1.17
Merge pull request #42 from carloshanson/add-location
2019-01-24 08:33:27 +01:00
Thomas Irgang 1d169f5dcf
Merge pull request #42 from carloshanson/add-location
Add location
2019-01-24 08:32:51 +01:00
carloshanson e26fdc34de Add a 'location' attribute to Event. 2019-01-23 15:55:23 -08:00
carloshanson 1ecb734fbd Merge branch 'fix-UnicodeEncodeError' 2019-01-23 15:28:19 -08:00
Carlos Hanson 3b25773b59 Fix UnicodeEncodeError: 'ascii' codec can't encode character. See Issue #21. 2019-01-23 14:47:45 -08:00
Thomas Irgang 182aba819c
v0.1.16
Fix 'import UTC' error, caused by outdated requirement #37
2018-11-27 06:05:20 +01:00
Thomas Irgang c6bd57d0ba
Merge pull request #37 from sh0oki/master
Fix 'import UTC' error, caused by outdated requirement
2018-11-27 06:04:42 +01:00
Elisha Eshed ae8aed018c Add 'python-dateutil' to requirements, for specifiying minimum required version 2018-11-26 14:47:26 +02:00
Thomas Irgang 8d835c22d1
v0.1.15
Add a 'recurring' attribute to Event. #35
2018-11-26 10:16:47 +01:00
Thomas Irgang ed700e6075
Merge pull request #35 from wrecker/master
Add a 'recurring' attribute to Event.
2018-11-26 10:16:07 +01:00
Mahesh Raju b31e944065 Add a 'recurring' attribute to Event. 2018-11-16 09:43:02 -08:00
Thomas Irgang 48be92d25d
v0.1.14
Fix: Recurring All Day Events #34
2018-11-14 17:31:45 +01:00