YukiGasai / obsidian-google-calendar

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

Placeholders for event note title not working correctly #251

Open lilyofthealley opened 4 months ago

lilyofthealley commented 4 months ago

I've tried to use {{event-hour}}, {{event-hour24}} and {{event-minute}} to create event notes that have the starting time of the event in the title but they are not parsed and my titles actually were, for example: '04-12 {{event-hour24}}.{{event-minute}} Title'.

lilyofthealley commented 4 months ago

Solved the issue. In the documentation the placeholder for the start hour and minute are reported to be {{event-hour}}, {{event-hour24}} and {{event-minute}} while in the source code {{event-start-hour}} {{event-start-hour24}} and {{event-start-minute}} are used