-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
External calendar support #46
Comments
Is there a JSON or iCal endpoint for this calendar? |
Not yet. I am seeing if that is something they can do. I mentioned my specific goal to add some color to it, but I do think enabling iCal feeds will be a helpful feature going forward. I will post a link if they can get a JSON or iCal endpoint for OpenCritic. |
The OpenCritic developer team messaged me back. Is there a specific iCalendar data structure you have in mind? |
Either follow the iCal or jCal spec. jCal would be better for me. They are On Jul 29, 2016 16:39, "Geran" [email protected] wrote:
|
Example ical for the site I am interested: http://c.opencritic.com/calendar/OpenCritic.ics |
Import.
…On Jul 1, 2017 11:38 AM, "Florian Kinder" ***@***.***> wrote:
Is this issue for import or export?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#46 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHqNgxQtWho5rntivyXNiv-wyz9B9wvvks5sJpINgaJpZM4JYkfx>
.
|
I'm currently working on something like that because some of my member request such feature, this is a stupid hardcoded working draft Fank@19b0d1a . I have some question about implementing the import part.
This should be the first version and very simple, so it can be expanded later. |
Ah and i forgot one, there should be a permission system for the ical because we don't want to bloat the calender with lots of ical.
|
@pitaj you may be able to help me, how do i build a list system in the admin ui. |
If you can get everything else working, I can add the admin UI. Add express handlers for a couple of actions in |
It would be great for admins to be able to add external calendars to the main yoursite/calendar view. I suspect just iCal support would be enough for most cases. When clicking into an imported event, it could either reference a webpage or display HTML content. You may need to an option to strip HTML out for security reasons though?
If you wanted to go crazy, you could build something that allows mapping incoming data from a file or other source. Something like reading from a json file periodically and mapping that information to the iCal standard. That might be way beyond a normal persons use case though.
My personal use case is to get this calendar displayed in my forums calendar.
The text was updated successfully, but these errors were encountered: