I am trying to create a flow that takes my calendar and exports the events to excel so that it can calculate the total time spent per category.
Issue one is that new events are coming through as updated instead of added (posted this on the other post)
Issue two is how to keep reponses from going through the flow (I had no idea how many things trigger an update)
Issue three is I can't seem to figure out how to subtact the end time from the start time to get total event time
basically I want it to:
1. add new events to an excel list (or a better app, I'm open to whatever)
2. When an event is modified (really only care if the times and date are whats modified) update the line (add it if isn't there)
3. remove the line if the event is deleted
Hi @swbates ,
Could you please share a screenshot of the configuration of your flow?
For your first and second issue, could you please explain more details about the issues?
For your third issue, please take a try with expression below:
div(sub(ticks(outputs('EndTime')),ticks(outputs('StartTime'))),36000000000)
Best regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I can't get it to post the picture...is there an easy way to post the flow?
Ok, I have the elapsed time working. I just had to adjust the 36000000000 to get to minutes. Thank you.
As for issues 1.
When I make a new event on my calendar, it comes through as updated and not added.
{
User | Count |
---|---|
61 | |
51 | |
47 | |
27 | |
17 |
User | Count |
---|---|
26 | |
26 | |
22 | |
21 | |
21 |