Mike Rourke

Results 23 comments of Mike Rourke

FYI, @illusi03, I ran into this issue as well. The workaround is to import/use the `isoWeek` plugin: ```ts import isoWeek from "dayjs/plugin/isoWeek"; //... dayjs.extend(isoWeek); ``` I think adding a check...

I needed to change the format of a date to adhere to the HTML week input, which is `yyyy-Www`, where the uppercase `W` is the actual letter "W", so I...

Hi @amirblum, I apologize for the delayed response. It shouldn't be too hard to add that in, and it's a great idea! I'll move this one to the top of...

@malizmaj @igryski @ethanclarke @cobuscoetsee I wanted to include you on this issue and provide a quick update. I was able to chip away at the web version this weekend and...

Good to know. I think I’m going to skip groups for now and add them at a later date. All that’s left is time entries transfer and it’ll be good...

@igryski So it looks like Clockify added the ability to add time entries for another user, but it's a premium feature: https://clockify.github.io/clockify_api_docs/#operation--workspaces--workspaceId--timeEntries--post--other I think the way to get around this...

@anthonywkchan, I’m definitely planning on adding the multi-user workflow, but I’m currently in the middle of beta testing (sort of) the single user workflow. I’d like to ensure the basic...

@penguinmedia91 It's probably still going to take some time. It's a pretty massive undertaking and my availability is pretty limited right now (although I haven't forgotten about it!) I'll let...

I'll take a look at the API. I wasn't aware of the changes. Are you transferring a personal account, or were you trying to transfer entries from multiple users?

So I just spun the app up locally and tested a transfer from Toggl -> Clockify without any issues, but I'll try doing the same thing through the production site....