YukiGasai / obsidian-google-calendar

Add Google Calendar inside Obsidian
https://yukigasai.github.io/obsidian-google-calendar/
GNU General Public License v3.0
366 stars 26 forks source link

Error when creating note from frontmatter #122

Closed caasion closed 1 year ago

caasion commented 1 year ago

Hello,

I've been playing around with "create gCal Event From Frontmatter", but I'm getting these errors that I do not understand at all.

image

this is my note:

---
tags: people
mapping: 999 Templates/peopleMapping.md
relation: unknown
birthday: Invalid date
met: "gdfsg"
gender: 
race:
---

and this is the mapping note:

---
mapping:
  title: summary
  birthday: start.date
---

Please let me know what I can to do help or fix this issue.

Thank you.

caasion commented 1 year ago

I made a mistake and realized that my frontmatter was not changed to a date. Sorry for the confusion :sweat:.