Code Monkey home page Code Monkey logo

Comments (9)

deanishe avatar deanishe commented on July 20, 2024 1

Not really, tbh. It's a fairly simple feature (it'll just send your query straight to the Google Calendar webpage). It's mostly a question of when I get around to working on this workflow again.

from alfred-gcal.

sundarv85 avatar sundarv85 commented on July 20, 2024

Hi, Love viewing the calendar.. any timeline when adding also will be available @deanishe .. if available, this could be a replacement for fantastical 2 for me.

from alfred-gcal.

deanishe avatar deanishe commented on July 20, 2024

The URL in the above-linked thread doesn't work, and I can't find one that does.

An "Add Event" action is still possible in the workflow, but only a dumb "click here to go to the 'Create Event' page" one.

Does anyone know a Google Calendar URL that accepts a natural-language query for a new event, e.g. "dentist's at 9 on friday"?

from alfred-gcal.

MrBeardedGuy avatar MrBeardedGuy commented on July 20, 2024

@deanishe just found this https://stackoverflow.com/questions/22757908/google-calendar-render-action-template-parameter-documentation

apparently it's something on these lines

action=TEMPLATE&
text=EventName&
dates=20131206T050000Z/20131208T060000Z
&location=EventLocation&
sprop=name:Name&
sprop=website:EventWebite&
details=EventDetail&
sf=true&
output=xml```

from alfred-gcal.

deanishe avatar deanishe commented on July 20, 2024

Thanks @MrBeardedGuy, but that URL's not suitable, as it requires the start/end dates to be specified.

I'm looking for either an endpoint that supports a natural-language query or no parameters at all. I don't want to add a full "add event" interface to the workflow. I think it would be clunky trying to enter all the details in Alfred. (It'll already be somewhat clunky if you have multiple accounts set up.)

I also don't want to try and implement a natural-language parser myself.

from alfred-gcal.

MrBeardedGuy avatar MrBeardedGuy commented on July 20, 2024

Ahh to bad this would have been a great feature even with the URL.
Unfortunately Google Calendar removed the Natural language processing feature they had. https://www.howtogeek.com/338596/google-calendar-got-rid-of-its-best-feature-in-the-new-design/

from alfred-gcal.

deanishe avatar deanishe commented on July 20, 2024

Oh, that sucks. Thanks for the info. The Calendar API doesn't have the feature, either.

I guess I can close this issue πŸ™

from alfred-gcal.

sundarv85 avatar sundarv85 commented on July 20, 2024

Hi @deanishe Will integrating this parser help

https://github.com/olebedev/when

from alfred-gcal.

deanishe avatar deanishe commented on July 20, 2024

Possibly. But the workflow was always intended to be essentially read only.

Adding an "Add Event" feature that just passes the input to a Google URL is a no-brainer: it's trivial to implement and any problems that arise are Google's fault, not mine.

I said earlier that I didn't want to try to implement natural-language parsing myself. It would be more accurate to say that I don't want to support (in the sense of "answer questions about and fix issues with") natural-language parsing.

It's not a feature I would personally use, and as such, I have little motivation to implement it and would have even less to maintain it.

If someone else submitted a PR for the feature and assumed responsibility for maintaining it, then sure.

But it's just not something I'm personally prepared to faff about with at this time.

from alfred-gcal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.