Versions in this module Expand all Collapse all v0 v0.1.0 Aug 26, 2024 Changes in this version + func BookRecurringLeave(client *api.TimetasticClient, data RecurringCreationData) + func GetDepartmentGroup(departments []api.DepartmentResponse, value *int) *huh.Group + func GetLeaveTypesGroup(leavetypes []api.LeaveType, value *int) *huh.Group + type RecurringCreationData struct + Day time.Weekday + DepartmentID int + EndDate *string + LeaveTypeID int + StartDate string + WeeksToAdd int + WeeksToCreate int + func RecurringBookingForm(departments []api.DepartmentResponse, leavetypes []api.LeaveType) RecurringCreationData