Skip to content

All Day event creation #101

Answered by kuzmoyev
tjzetty asked this question in Q&A
May 26, 2021 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

What do you mean without start or end? When is the event happening then?

To create an all-day event just pass the date object to start:

e = Event(
    'My all day event",
    start=date(2021, 8, 31)
)

Please, let me know if that works.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tjzetty
Comment options

Answer selected by tjzetty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants