Skip to content

Commit

Permalink
fix parameter in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasForst committed Nov 7, 2022
1 parent 8623f9d commit 6b7904f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ async def calendar():
ical = merge_calendars(
calendar_name='My Availability',
calendar_domain='my.calendar.example.com',
calendar_urls=[
calendar_data=[
# take this google ical stream and anonymize events (no event names shown)
("https://calendar.google.com/calendar/ical/[email protected]/private-x/basic.ics", True),
# take this event stream and do not anonymize event summary
Expand Down

0 comments on commit 6b7904f

Please sign in to comment.