Skip to content

A gateway function to convert a Borigo facility's bookings to iCal calendar format for integration in popular calendar apps.

License

Notifications You must be signed in to change notification settings

klinkby/Borigo2iCal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Borigo2iCal

A gateway function to convert a Borigo HeyNabo! facility's bookings to iCal calendar format for integration in popular calendar apps.

Usage

After deployment the app will expose the endpoint: https://<YOURSITE>.azurewebsites.net/api/bookings/{facilityId}

The facilityId parameter is required to id the HeyNabo! facility. The function returns a VCalendar file with the bookings from the specified date.

Hosting

Hosted on Azure Functions v4 isolated dotnet (ReadyToRun) Linux Consumption Plan, the function is triggered by a HTTP request.

Requires the following App Settings in the Function App:

  • ApiClient__RememberUserToken: The bearer token used to authenticate the user with HeyNabo!
  • ApiClient__Subdomain: The subdomain of the HeyNabo! account (e.g. https://<SUBDOMAIN>.spaces.heynabo.com)

References

License

MIT Licensed.

About

A gateway function to convert a Borigo facility's bookings to iCal calendar format for integration in popular calendar apps.

Topics

Resources

License

Stars

Watchers

Forks

Languages