Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qrcode calendar #116

Open
edsonrbispo opened this issue Feb 16, 2019 · 4 comments · May be fixed by #202
Open

Qrcode calendar #116

edsonrbispo opened this issue Feb 16, 2019 · 4 comments · May be fixed by #202

Comments

@edsonrbispo
Copy link

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

This was referenced Jun 17, 2019
@SimplyCorey SimplyCorey self-assigned this May 17, 2020
@SimplyCorey SimplyCorey added this to the 3.0.0 milestone May 17, 2020
@SimplyCorey SimplyCorey removed their assignment Jun 2, 2020
@SimplyCorey SimplyCorey removed this from the 3.0.0 milestone Jun 2, 2020
@muarachmann
Copy link

@SimplyCorey can I work on this?

@muarachmann muarachmann linked a pull request Oct 7, 2020 that will close this issue
@SimplyCorey SimplyCorey linked a pull request Oct 7, 2020 that will close this issue
@mzeeshan455
Copy link

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

@muarachmann
Copy link

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

@mzeeshan455
Copy link

mzeeshan455 commented May 18, 2021

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//pull/202',
'url' => 'https://github.com//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
]);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants