https://github.com/pimatic/pimatic-calendar
Predicates for calendar events from ical calendars (e.g. Google Calendar)
https://github.com/pimatic/pimatic-calendar
Last synced: over 1 year ago
JSON representation
Predicates for calendar events from ical calendars (e.g. Google Calendar)
- Host: GitHub
- URL: https://github.com/pimatic/pimatic-calendar
- Owner: pimatic
- License: gpl-2.0
- Created: 2015-12-29T21:36:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-04T11:42:43.000Z (over 8 years ago)
- Last Synced: 2025-02-23T22:17:13.453Z (over 1 year ago)
- Language: CoffeeScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 6
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
pimatic-calendar
================
Predicates for calendar events from ical calendars (e.g. Google Calendar)
```json
{
"plugin": "calendar",
"calendars": [
{
"name": "Main Calendar",
"ical": "https://calendar.google.com/calendar/ical/.../basic.ics"
}
]
```
The following predicates are supported:
* If calendar event with title|description contains|equals "some text" starts|ends|takes place
To get a ical url from your google calendar follow https://support.google.com/calendar/answer/37648 under "See your calendar (view only)"