Free QR & Barcode Reader.
The purpose of this application is to make an appointment by scanning QR code, generated by MyAppointment library. You might have to choose the calendar you want to add first. See the calendar dropdown.
The application also allows QR code, generated by other application with the following format of data.
Example 1
YY{ "eventSummary":"Good day",
"eventNotes":"This day is a good day. Do you know?",
"allDay":true,
"start":{ "Date":"2020-09-08",
"DateTime":null,
"LocalTimeZone":"Asia/Bangkok"},
"end":{ "Date":"2020-09-08",
"DateTime":null,
"LocalTimeZone":"Asia/Bangkok"},
"whatCalendar":"primary",
"reminders":{ "useDefault":false,
"overrides":[{ "alertMethod":"popup","alertMinutes":900}]},
"recurrence":null,
"attendees":null,
"location":"Home"
}
Example 2
YY{ "eventSummary":"Good day with specific time",
"eventNotes":"This day is a good day. Do you know?",
"allDay":false,
"start":{ "Date":null,
"DateTime":"2020-09-08T09:00:00+07:00",
"TimeZone":"Asia/Bangkok"},
"end":{ "Date":null,
"DateTime":"2020-09-08T17:00:00+07:00",
"TimeZone":"Asia/Bangkok"},
"whatCalendar":"primary",
"reminders":{ "useDefault":false,
"overrides":[{"alertMethod":"email","alertMinutes":1440},{"alertMethod":"popup","alertMinutes":60}]},
"recurrence":["RRULE:FREQ=WEEKLY;COUNT=3;BYDAY=TU,TH"],
"attendees":[{"email":"test@test.com"},{"email":"test2@test.com"}],
"location":"Home"
}
This application also scans other QR code and Barcode.
To scan the QR code & Barcode, simply open the application, align the code and the application will automatically recognize any QR code and Barcode. If the scanned code contains
URL, SMS, Email, or Telephone number, the result will be a linkable text. You can click on it or you can copy the result by clicking on the Copy Result button.
Text, you can copy it by clicking on the Copy Result button.
Contacts, the Add To Contact button will be visible to allow you to add it.
Calendar Event, the result will be automatically added into your calendar. (QR code for this needs to be generated by MyAppointment library).
The purpose of this application is to make an appointment by scanning QR code, generated by MyAppointment library. You might have to choose the calendar you want to add first. See the calendar dropdown.
The application also allows QR code, generated by other application with the following format of data.
Example 1
YY{ "eventSummary":"Good day",
"eventNotes":"This day is a good day. Do you know?",
"allDay":true,
"start":{ "Date":"2020-09-08",
"DateTime":null,
"LocalTimeZone":"Asia/Bangkok"},
"end":{ "Date":"2020-09-08",
"DateTime":null,
"LocalTimeZone":"Asia/Bangkok"},
"whatCalendar":"primary",
"reminders":{ "useDefault":false,
"overrides":[{ "alertMethod":"popup","alertMinutes":900}]},
"recurrence":null,
"attendees":null,
"location":"Home"
}
Example 2
YY{ "eventSummary":"Good day with specific time",
"eventNotes":"This day is a good day. Do you know?",
"allDay":false,
"start":{ "Date":null,
"DateTime":"2020-09-08T09:00:00+07:00",
"TimeZone":"Asia/Bangkok"},
"end":{ "Date":null,
"DateTime":"2020-09-08T17:00:00+07:00",
"TimeZone":"Asia/Bangkok"},
"whatCalendar":"primary",
"reminders":{ "useDefault":false,
"overrides":[{"alertMethod":"email","alertMinutes":1440},{"alertMethod":"popup","alertMinutes":60}]},
"recurrence":["RRULE:FREQ=WEEKLY;COUNT=3;BYDAY=TU,TH"],
"attendees":[{"email":"test@test.com"},{"email":"test2@test.com"}],
"location":"Home"
}
This application also scans other QR code and Barcode.
To scan the QR code & Barcode, simply open the application, align the code and the application will automatically recognize any QR code and Barcode. If the scanned code contains
URL, SMS, Email, or Telephone number, the result will be a linkable text. You can click on it or you can copy the result by clicking on the Copy Result button.
Text, you can copy it by clicking on the Copy Result button.
Contacts, the Add To Contact button will be visible to allow you to add it.
Calendar Event, the result will be automatically added into your calendar. (QR code for this needs to be generated by MyAppointment library).
Show More