chore(deps): update dependency icalendar to v6.1.0 #235
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==6.0.1
->==6.1.0
Release Notes
collective/icalendar (icalendar)
v6.1.0
Compare Source
Minor changes:
end
,start
,duration
,DTSTART
,DUE
, andDURATION
attributes toTodo
components. SeeIssue 662
_.DTSTART
,TZOFFSETTO
andTZOFFSETFROM
properties toTimezoneStandard
andTimezoneDaylight
. SeeIssue 662
_.Issue 672 <https://github.com/collective/icalendar/issues/672>
_.Issue 701 <https://github.com/collective/icalendar/issues/701>
_.vDatetime.from_ical
datetime.date
toTZP.localize_utc
andTZP.localize
methods.5545
.Issue 626 <https://github.com/collective/icalendar/issues/626>
_.usage.rst
with the correct lexer.icalendar.prop.vPeriod
.New features:
VALARM
properties for :rfc:9074
. SeeIssue 657 <https://github.com/collective/icalendar/issues/657>
_Timezone.from_tzinfo()
andTimezone.from_tzid()
to create aTimezone
component from adatetime.tzinfo
timezone. SeeIssue 722
_.icalendar.prop.tzid_from_tzinfo
.icalendar.alarms
module to calculate alarm times. SeeIssue 716 <https://github.com/collective/icalendar/issues/716>
_.Event.alarms
andTodo.alarms
to access alarm calculation.Component.DTSTAMP
andComponent.LAST_MODIFIED
properties for datetime in UTC.Component.is_thunderbird()
to check if the component uses custom properties by Thunderbird.X_MOZ_SNOOZE_TIME
andX_MOZ_LASTACK
properties toEvent
andTodo
.Alarm.ACKNOWLEDGED
,Alarm.TRIGGER
,Alarm.REPEAT
, andAlarm.DURATION
propertiesas well as
Alarm.triggers
to calculate alarm triggers.__doc__
string documentation forvDate
,vBoolean
,vCalAddress
,vDuration
,vFloat
,vGeo
,vInt
,vPeriod
,vTime
,vUTCOffset
andvUri
. SeeIssue 742 <https://github.com/collective/icalendar/issues/742>
_.DTSTART
,TZOFFSETTO
, andTZOFFSETFROM
toTimezoneStandard
andTimezoneDaylight
example
methods of components without arguments.events
,timezones
, andtodos
property toCalendar
for nicer access.Calendar
when needed these methods are added:get_used_tzids
,get_missing_tzids
, andadd_missing_timezones
.icalendar.timezone.equivalent_timezone_ids
and stored inicalendar.timezone.equivalent_timezone_ids
.icalendar.timezone.tzid
to identify a timezone's TZID.Bug fixes:
icalendar.timezone
to the documentation... _
Issue 722
: https://github.com/collective/icalendar/issues/722Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.