• Dev
  • Events Calendar WIP - Help Wanted

widget is almost ready, i just want to add some function but it will look like this:

the widget display current day + tomorrow events

@eddiewebb after my pr please test well everything and maybe you can add some functions too, you know this extension better than me 🙂

    Maybe a "this week" widget could be also done as an alternative?

      poVoq yep is possible too, i choose current+next days to prevent a large number of displayed events

      a month later

      Hello thanks for the great extension!
      My forum is in french but some part of the extension are still in english.

      I don't know if it's something I missed or a bug.

      I see that you can translate with Linguist but not every text from the extension can be translated?

      2 months later

      Hi
      Thank you for this extension!
      Is it possible to link an event to a discussion? When you create an event, a discussion will be automatically created with tags selected by the user.
      I am looking for this kind of extension.

      12 days later

      Finally decided to install this. Works great! Thank you!!

        eddiewebb Not sure if you're interested, and this isn't a major update, but I suggest adding the following CSS for small screens. I'm not submitting a pull request because this is just a few lines of CSS. If you like it, I figure you can add it to the repository.

        CSS to add:

        @media (max-width: 767px){
             .fc-toolbar-chunk {
                 margin: 10px 5px 0px 0px;
                 display: flex;
            }
        }
         @media (max-width: 400px){
             .fc-toolbar-chunk {
                 transform: scale(0.7);
            }
        }
         @media (max-width: 399px){
             .fc-toolbar-chunk {
                 display: grid;
            }
             .fc-prev-button.fc-button.fc-button-primary,
             .fc-next-button.fc-button.fc-button-primary {
                 margin-top: 10px;
            }
        }

        Support for rules used (most browsers):

        Before adding this CSS (see jumbled buttons):

        After:

        iPad mini:

        Larger iPhone like an 8 Plus:

        Small phone like an iPhone SE:

          4 days later

          I really love this "extension" and have some suggestions to be more usefull.

          • possibility to add a "header" picture to represent the event
          • possibility to add a location (city location or url for virtual event)
          • possibility to change the "hosted by" with the real person and not the member who write the event

          In list mod, it's better if we could see only the present and future event and not all past events

          Ups, didn't see the github to do those suggestions. ^^ sorry

            11 days later

            This extension may be rather important for a community-building. It would be great to have an option to make events annual - user's birthdays, holidays, meetings, regular events etc.

            Hey @eddiewebb, do you know which file/line I can change to stop the debugging logs? These couple lines end up in my error log daily.

            [2021-12-29 00:00:01] flarum.DEBUG: [Webbinaro\AdvCalendar] Resource Initialized
            [2021-12-29 00:00:02] flarum.DEBUG: [Webbinaro\AdvCalendar] Resource Queried

            I don't have debug mode on so I guess this extension does somewhere?

              luceos Thanks. I wasn’t 100% sure what to search for. But I guess “log” makes a lot of sense. ☺️

              Now I’m not sure if I might break something by removing those lines. Only one way to find out…

              So far it seems like simply removing the two debug lines has not broken anything. Fingers crossed I did it right. 🤞

                a month later
                7 months later

                @eddiewebb Thanks for an awesome extension!
                As a european, and most users on my site are europeans, it would be nice to be able to change the first day of the week to monday.
                It would also be supernice to be able to change time format to 24h. ☺️

                  Great extension. Thanks @Fenne for bringing it back to top of the discussions list. 😉

                  Fenne As a european, and most users on my site are europeans, it would be nice to be able to change the first day of the week to monday.
                  It would also be supernice to be able to change time format to 24h. ☺️

                  Completely agree. 🙂

                  Mark73 I'll make sure to give it a like 👍🥸

                  @Justoverclock , count me in. 😃