Publish meal planner as iCal Calendar #850
Replies: 10 comments 1 reply
-
Heck yeah! FYI, you might have an easier time doing this with the next-branch given the rewrite of the data structure for meal-plans. I think we're about 1-2 months from a Release Candidate so up to you on where you want to do the work. |
Beta Was this translation helpful? Give feedback.
-
Notes for myself:
|
Beta Was this translation helpful? Give feedback.
-
Hello @cashweaver! Have you started with this issue/plan on doing it in the near future, or can I tackle it? |
Beta Was this translation helpful? Give feedback.
-
I'd welcome your tackling the issue. I've become incredibly busy recently.
…On Thu, Apr 7, 2022 at 1:56 AM bastantoine ***@***.***> wrote:
Hello @cashweaver <https://github.com/cashweaver>! Have you started with
this issue/plan on doing it in the near future, or can I tackle it?
—
Reply to this email directly, view it on GitHub
<#850 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANRKHUBAGEIG3J4HU2F4Y6LVD2PJ7ANCNFSM5I74BOQA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
five.sentenc.es, where possible.
Cheers,
Cash
|
Beta Was this translation helpful? Give feedback.
-
@bastantoine @cashpw Has there been any progress on this? I was starting to go down the mealie direction but one of the key features I am looking for is something that can integrate with Home Assistants calendar and/or iCal. Everything has been great with Mealie so far but I think this would be a great feature to make better use of my HA calendar. |
Beta Was this translation helpful? Give feedback.
-
I'd like this, but if possible: add direct caldav support (in the form of allowing us to enter the credentials for a specific caldav server and being able to publish directly to that). Caldav servers usually support importing events via iCal, but being able to directly update would be good! |
Beta Was this translation helpful? Give feedback.
-
I was just about to submit my own Feature Request for this and found this using the search. Having the ability to export the Meal Plan in some form of calendar would be amazing. We're running into limitations where we want to start showing the calendar on some home dashboard screens, but the integrations don't exist for mealie - they only exist for regular calendars. |
Beta Was this translation helpful? Give feedback.
-
This is a feature we'd accept into Mealie, as indicated by hay-kot when it was first raised. |
Beta Was this translation helpful? Give feedback.
-
Here's some general notes on how this should get implemented
You could likely use this library https://github.com/ics-py/ics-py or an eq. The endpoint would have to be unsecured so we'd also likely need to generate a random token to use in the URL to at least attempt to keep to information private. |
Beta Was this translation helpful? Give feedback.
-
Here's a little Google Apps Script I run to sync my Mealie calendar to Google Calendar via their API, if anyone else needs such a thing while iCal support is in the backlog. |
Beta Was this translation helpful? Give feedback.
-
Before submitting this feature request I have
COMPLETE AND FILL THESE OUT
Please Describe The Problem To Be Solved
Users can only access their planned meals from within Mealie.
(Optional): Suggest A Solution
Publish the Meal Planner as an iCal for importing into Google Calendar, etc. See comments 1, 2, 3.
Additional Information
Beta Was this translation helpful? Give feedback.
All reactions