Generate a QR code for an event
qr_event(start, end, title, ..., ecl = c("L", "M", "Q", "H"))
the required start time as POSIXct
.
the required end time as POSIXct
.
the required title of the event.
optional arguments as defined in the details.
the required error correction level.
Available options are "L"
(7%), "M"
(15%), "Q"
(25%) and "H"
(30%).
Defaults to "L"
.
Optional arguments. Other arguments are silently ignored.
description
location
organiser
url
Other qr:
coordinates()
,
generate_svg()
,
plot.qr_code()
,
print.qr_code()
,
qr_code()
,
qr_location()
,
qr_sepa()
,
qr_wifi()