simple-qrcode icon indicating copy to clipboard operation
simple-qrcode copied to clipboard

Qrcode calendar

Open edsonrbispo opened this issue 6 years ago • 4 comments

Is there any way to create a calendar qrcode by adding an event.

edsonrbispo avatar Feb 16 '19 18:02 edsonrbispo

@SimplyCorey can I work on this?

muarachmann avatar Oct 07 '20 02:10 muarachmann

Year is not pick correctly i.e select 1993 , 2021 #Calendar QR Code change to last two digit like 9393, 2121 ...

mzeeshan455 avatar May 12 '21 11:05 mzeeshan455

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

muarachmann avatar May 12 '21 11:05 muarachmann

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

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 ]);

mzeeshan455 avatar May 18 '21 06:05 mzeeshan455