ntawileh / obsidian-google-lookup

Obsidian plugin that pulls contact and calendar event information from your Google account
https://ntawileh.github.io/obsidian-google-lookup
MIT License
76 stars 10 forks source link

Birthdays #13

Closed ahershey21 closed 2 years ago

ahershey21 commented 2 years ago

Thank you for adding the birthdays. Looks great, except the month and day are missing the initial 0 (i.e., July 8, 2000 is shown as 2000-7-8 and not 2000-07-08). This would help for extracting date parts for queries - strings trim that looks for specific locations.

As a second unrelated issue that is easy is adding a space after the comma when pushing multiple responses (i.e., emails and phone numbers). This would hopefully make them clickable in the future as links to directly send an email or call a number).

ahershey21 commented 2 years ago

I was able to make it work using an if and slice js program to correct. All works now.