d482b54fda
Implemented react-timezone-select library, required the installation of 'next-transpile-modules', due to import and export not being natively supported within Next.js.
Alex van Andel
2021-04-26 12:01:21 +00:00
a8ea115a44
Even though Office 365 is set to UTC, it does not respond with Z in the API response indicating UTC, this fixes that by adding the Z
Alex van Andel
2021-04-22 13:58:48 +00:00
6a9632bb12
Added User.Read explicitly to office 365 oauth scopes, as it seems some setups do not automatically apply this scope.
Alex van Andel
2021-04-22 13:27:03 +00:00
598a86426b
Fixes adding google integration not appearing in the dashboard after adding it. This was due to the credential being added async and the redirect happened before the save has completed.
Alex van Andel
2021-04-22 11:09:18 +00:00
8010abf15a
Adds Office 365 / Outlook.com Calendar Integration
Alex van Andel
2021-04-21 23:10:48 +01:00
ce398bd77c
Replace all SVG icons with Heroicons components
Bailey Pumfleet
2021-04-21 11:10:27 +01:00
d28166a2c3
Switch between 12 and 24 hours
Bailey Pumfleet
2021-04-20 15:41:36 +01:00
064ddf9fa3
Add confirmation to set times modal
Bailey Pumfleet
2021-04-20 15:09:31 +01:00
ccd7d0d47e
Redirect on logout
Bailey Pumfleet
2021-04-20 13:59:25 +01:00
90ebf8a97e
Added ics library, added icon to download .ics on the success page.
Alex van Andel
2021-04-17 20:18:51 +00:00
cee212c438
refactor: no need for else if true condition returns somrthing
Chris Benseler
2021-04-17 17:13:42 -03:00
501f229d0e
refactor: using property assignment
Chris Benseler
2021-04-17 17:12:09 -03:00
2b0e8bef7a
Completely rebuilt logic when dealing with timezones. Now all available events should appear when selecting a date.
Leonardo Stenico
2021-04-17 02:08:35 +02:00
0d35bcfe38
Implement mobile menu
Bailey Pumfleet
2021-04-16 17:36:27 +01:00
96e2b762c6
Now owners can set their time zone and users can see available times relatively to their current time zone
Leonardo Stenico
2021-04-16 04:09:22 +02:00
2891470670
add NEXTAUTH_URL to environment variables
Marc Seitz
2021-04-15 23:27:24 +03:00
3788e92b78
Added more details on info about obtaining google api creds
thekeviv
2021-04-15 19:01:13 +00:00
d9565b80c0
Added an example environment file for new users to use Updated the README with some additional info to help get new users up and going.
Peter Crosthwaite
2021-04-13 21:16:18 +10:00
e414a178d6
Fixed some minor bugs that caused console errors, changed a>li to li>a to accomodate best practises
Alex van Andel
2021-04-09 15:33:49 +00:00