Wykres commitów

312 Commity (master)

Autor SHA1 Wiadomość Data
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
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