Skip to content

events created for wrong date #5

@stepvda

Description

@stepvda

when running template for affectedDate 18/06/2018 an event was created for 31/12/1899

done some debugging and found that this is due to the cell format of the time entered in the sheet.
currently program expects date+time not just time

a workaround works by:

  • adding the today() function in sheet to the time
  • when doing so the time needs to be entered between quotes
  • add a number that corresponds to the number of days from now that is the affectedDate
  • example: =today()+"07:15:00"+2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions