[nodebb-plugin-calendar] Fully featured calendar plugin for NodeBB - Testers needed
-
Thanks for your help. Once I get these bugs fixed I can move on to adding features. It is a known issue that notifications do not work. I will devote my time to fixing the notifications over the next few days, then move on to other things.
-
@evoixmr said in [nodebb-plugin-calendar] Fully featured calendar plugin for NodeBB - Testers needed:
@sanatisharif does your notification work?
Oh! Unfortunately does not work.
@PitaJ I am gonna to send a pull request in your github repository
-
@sanatisharif ok cool that's the best option for me
-
-
@sanatisharif Your pull request is kind of messed up. What you submitted isn't valid JSON, it has to have double quotes. You also missed a whole translation line.
-
New version. Update to
[email protected]
npm install nodebb-plugin-calendar@latest
Fixes: Localization for
momentjs
andfullcalendar
libraries now pulled dynamically.#1 Todo: Make reminder notifications work
-
@Jam which button?
-
Another feature request for you (let me know if you want me to open an enhancement on GitHub).
It would be awesome to have a way to show external calendar events on the calendar page. I running a gaming oriented forum. I want to display info from something like this http://www.opencritic.com/calendar on my calendar.
-
@teh_g said in [nodebb-plugin-calendar] Fully featured calendar plugin for NodeBB - Testers needed:
Another feature request for you (let me know if you want me to open an enhancement on GitHub).
It would be awesome to have a way to show external calendar events on the calendar page. I running a gaming oriented forum. I want to display info from something like this http://www.opencritic.com/calendar on my calendar.
This calendar already has the feature that your talking about. Did you see the actual calendar? (yoursite/calendar)
-
@Jam said in [nodebb-plugin-calendar] Fully featured calendar plugin for NodeBB - Testers needed:
@PitaJ cool, it work ok right now~
and it would be better that open a dialog telling the user the result when he click the btn~It does, click on the lower (bigger) yes, no, maybe to see result.
-
@evoixmr said in [nodebb-plugin-calendar] Fully featured calendar plugin for NodeBB - Testers needed:
@teh_g said in [nodebb-plugin-calendar] Fully featured calendar plugin for NodeBB - Testers needed:
Another feature request for you (let me know if you want me to open an enhancement on GitHub).
It would be awesome to have a way to show external calendar events on the calendar page. I running a gaming oriented forum. I want to display info from something like this http://www.opencritic.com/calendar on my calendar.
This calendar already has the feature that your talking about. Did you see the actual calendar? (yoursite/calendar)
Hmm, I didn't see it when I was on the page last. Trying to go to it now is just spinning constantly. I will try it out again later.
-
@evoixmr said in [nodebb-plugin-calendar] Fully featured calendar plugin for NodeBB - Testers needed:
@teh_g said in [nodebb-plugin-calendar] Fully featured calendar plugin for NodeBB - Testers needed:
Another feature request for you (let me know if you want me to open an enhancement on GitHub).
It would be awesome to have a way to show external calendar events on the calendar page. I running a gaming oriented forum. I want to display info from something like this http://www.opencritic.com/calendar on my calendar.
This calendar already has the feature that your talking about. Did you see the actual calendar? (yoursite/calendar)
I don't see an option on the calendar page:
-
@teh_g I think he misunderstood what you were asking. Are you asking to display extra data on the calendar, or are you asking for a way to display existing events like the example you linked?
-
@PitaJ said in [nodebb-plugin-calendar] Fully featured calendar plugin for NodeBB - Testers needed:
@teh_g I think he misunderstood what you were asking. Are you asking to display extra data on the calendar, or are you asking for a way to display existing events like the example you linked?
Basically import an ical feed or have some other way to show external event sources.
-
@teh_g I can most likely add external iCal support. I know FullCalendar supports Google calendar natively. If you don't mind, make an issue on GitHub detailing what you need. Thanks.
-
@PitaJ said in [nodebb-plugin-calendar] Fully featured calendar plugin for NodeBB - Testers needed:
@teh_g I can most likely add external iCal support. I know FullCalendar supports Google calendar natively. If you don't mind, make an issue on GitHub detailing what you need. Thanks.
External calendar support · Issue #46 · pitaj/nodebb-plugin-calendar
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 o...
GitHub (github.com)