Qrcode calendar
Is there any way to create a calendar qrcode by adding an event.
@SimplyCorey can I work on this?
Year is not pick correctly i.e select 1993 , 2021 #Calendar QR Code change to last two digit like 9393, 2121 ...
Year is not pick correctly i.e select 1993 , 2021 #Calendar QR Code change to last two digit like 9393, 2121 ...
@mzeeshan455 strange cause I didn't have those in tests, can you please show how you are generating the QR code, also make sure it is of type Y-m-d H:i or you can specify your format
Year is not pick correctly i.e select 1993 , 2021 #Calendar QR Code change to last two digit like 9393, 2121 ...
@mzeeshan455 strange cause I didn't have those in tests, can you please show how you are generating the QR code, also make sure it is of type
Y-m-d H:ior you can specify your format
QrCode::style('round')->size(300)->Calendar([ 'summary' => 'Summary of the Event', // Mandatory 'location' => 'https://github.com/SimpleSoftwareIO/simple-qrcode/pull/202', 'url' => 'https://github.com/SimpleSoftwareIO/simple-qrcode/pull/202', 'startDateTime' => '2021-02-03 12:12', // DateTime format "Y-m-d H:i" Mandatory 'endDateTime' => '2021-02-03 12:12' // DateTime format "Y-m-d H:i" Optional ]);