Prerequisite
Its a good idea to have familiarised yourself with Timekits definition of a bookable resource before reading this article.
Introduction
Timekit can be used without your users even knowing, as resource creation and synchronization can be done 100% through the API. In case you need your resources to be synced with Google this tutorial should help.
Note: you can also create resources via our Admin Dashboard. Navigate to "resources" and click "create resource". Login to the Admin here
Creating Google synced resources
If you need to create resources that are synced with a Google account, you must supply your resources with the "Google signup link" URL. This link can be found in our admin dashboard under "API settings" and the tab "Calendar sync":
This sign-up URL is specific to your Timekit app and should be used for all your resources.
The resources must navigate to the URL and grant Timekit access to their Google calendars, in order for Timekit to be able to sync their availability.
Nifty eh? Now you have a Google synced resource.
Note: Remember that you can change the callback URL if you'd like the resource to end somewhere else than the Timekit Admin dashboard after the sign-up process. This is useful for redirecting your user to your own server (to save resource info) or a custom admin panel.
Next step
You you're ready to really start using Timekit, by means of our FindTime engine that you query for availability, please read this introduction to availability or just jump right to the tutorial on how you find availability.