mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Bump caldav to 0.11.* (#9253)
Co-authored-by: AlexWaygood <alex.waygood@gmail.com>
This commit is contained in:
committed by
GitHub
parent
5453c97753
commit
0c03f099ab
@@ -1,3 +1,3 @@
|
||||
version = "0.10.*"
|
||||
version = "0.11.*"
|
||||
# also types-lxml and types-icalendar when those stubs are added
|
||||
requires = ["types-requests", "types-vobject"]
|
||||
|
||||
@@ -115,6 +115,7 @@ class Calendar(DAVObject):
|
||||
todo: bool | None = ...,
|
||||
include_completed: bool = ...,
|
||||
sort_keys: Sequence[str] = ...,
|
||||
split_expanded: bool = ...,
|
||||
**kwargs,
|
||||
) -> list[CalendarObjectResource]: ...
|
||||
@overload
|
||||
@@ -125,6 +126,7 @@ class Calendar(DAVObject):
|
||||
todo: bool | None = ...,
|
||||
include_completed: bool = ...,
|
||||
sort_keys: Sequence[str] = ...,
|
||||
split_expanded: bool = ...,
|
||||
**kwargs,
|
||||
) -> list[_CC]: ...
|
||||
@overload
|
||||
@@ -135,6 +137,7 @@ class Calendar(DAVObject):
|
||||
todo: bool | None = ...,
|
||||
include_completed: bool = ...,
|
||||
sort_keys: Sequence[str] = ...,
|
||||
split_expanded: bool = ...,
|
||||
**kwargs,
|
||||
) -> list[_CC]: ...
|
||||
def build_search_xml_query(
|
||||
@@ -206,6 +209,8 @@ class CalendarObjectResource(DAVObject):
|
||||
props: Any | None = ...,
|
||||
) -> None: ...
|
||||
def add_organizer(self) -> None: ...
|
||||
def split_expanded(self: Self) -> list[Self]: ...
|
||||
def expand_rrule(self, start: datetime.datetime, end: datetime.datetime) -> None: ...
|
||||
def add_attendee(self, attendee, no_default_parameters: bool = ..., **parameters) -> None: ...
|
||||
def is_invite_request(self) -> bool: ...
|
||||
def accept_invite(self, calendar: Any | None = ...) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user