New Problems

  • 2

    MS Exchange calendar availability nor detected correctly

    ArnaudB88 · 0 · Posted

    Very detailed background: Calendar entries can have different availability options to mark a calendar entry as "free" or "busy". A normal calendar entry for a meeting would be marked as "busy" and is the default. You can also have an entry marked as "free" when you want more of a reminder of a meeting that you might not attend. This concept exists in both Google Calendar and Microsoft Exchange/Outlook. Google Calendar shows this setting as "Show me as" with options Available and Busy and Exchange shows this setting as "Status" with options Busy, Free, Tentative, or Out of Office.

    In

  • 9

    Bug found: Race condition when updating scene elements

    Noel Yap · 0 · Posted

    When programmatically updating two scene elements, one element will get the value of the other, at least for Number Pickers. `new_val` acts like a Singleton having just one state.

    I've been seeing this behavior for the Expiry Hours element. Logging shows one value of `%new_val` before the assignment and a different value after the assignment.

    Logging shows `eh` eventually getting the value meant for `em`.

  • 1

    [BUG] Tasker inserted calendar event with 'all day' tag can't be found with "test app -> Calendar..." actions

    Karolis Užkuraitis · 0 · Posted

    Calendar insert: All day: true Title: SomeEvent

    Test app: Type: Calendar Title Data: %TIMES

    expected: returns event "SomeEvent"

    got: returns events created manually via google calendar app.