YukiGasai / obsidian-google-calendar

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

Feature Request: Add additional filters to event parameters #177

Closed mmmyah closed 11 months ago

mmmyah commented 1 year ago

I really liked the schedule view of the plug-in and it would be perfect for my workflow if we could filter the events by location or tags. As of the time of this post, I just use the plug-in to view all the events together in one calendar.

YukiGasai commented 1 year ago

Hi, you can filter the displayed calendars and the events by color using the include or exclude option.

```gEvent
date: 2023-08-30
type: schedule
include: ["Banana", "Peacock"]
```

Could this be enough for your usecase? What do you mean with tag?