Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
protokollsystem
proto3
Commits
2b441f0d
Commit
2b441f0d
authored
Mar 04, 2017
by
Administrator
Browse files
Fixed calendar event selection
parent
d897abb2
Changes
1
Show whitespace changes
Inline
Side-by-side
calendarpush.py
View file @
2b441f0d
...
...
@@ -57,7 +57,7 @@ class Client:
return
candidates
=
[
Event
.
from_raw_event
(
raw_event
)
for
raw_event
in
self
.
calendar
.
date_search
(
begin
)
for
raw_event
in
self
.
calendar
.
date_search
(
begin
,
begin
+
timedelta
(
hours
=
1
)
)
]
candidates
=
[
event
for
event
in
candidates
if
event
.
name
==
name
]
event
=
None
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment