• 3
    • 0
    • We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? See the corresponding suggestion.

      Use cases here: Confluence Mobile, "Upcoming events" - like macros

      List by calendar
      By users for their subscribed calendars

            [CONFSERVER-51003] Provide an API to list calendar events

            - - added a comment -

            Hi.
            Could you elaborate on the PUT request description 2 posts above, which, if I understood correctly, can be used to create new events? Tried it but it did not appear to work - HTTP 500 with NPE at:
            java.lang.NullPointerException at org.joda.time.format.DateTimeFormatterBuilder$NumberFormatter.parseInto(DateTimeFormatterBuilder.java:1330)

            - - added a comment - Hi. Could you elaborate on the PUT request description 2 posts above, which, if I understood correctly, can be used to create new events? Tried it but it did not appear to work - HTTP 500 with NPE at: java.lang.NullPointerException at org.joda.time.format.DateTimeFormatterBuilder$NumberFormatter.parseInto(DateTimeFormatterBuilder.java:1330)

            MattS added a comment -

            And you can get the subCalendarId from the Export to iCal URL

            MattS added a comment - And you can get the subCalendarId from the Export to iCal URL

            MattS added a comment -

            PUT with https://my.example.com/wiki/cf/rest/calendar-services/1.0/calendar/events.json and the following data seems to work

            originalSubCalendarId:
            subCalendarId:1b3c1790-1813-4499-9c93-08a63ea68830
            uid:
            originalStartDate:
            what:Test event
            url:
            startDate:01-Jul-2014
            startTime:
            endDate:01-Jul-2014
            endTime:
            allDayEvent:true
            where:Here and there
            description:Foobar
            freq:
            byday:
            interval:1
            repeatEnds:false
            until:
            recurrenceId:
            editAllInRecurrenceSeries:false
            userTimeZoneId:America/Los_Angeles
            

            MattS added a comment - PUT with https://my.example.com/wiki/cf/rest/calendar-services/1.0/calendar/events.json and the following data seems to work originalSubCalendarId: subCalendarId:1b3c1790-1813-4499-9c93-08a63ea68830 uid: originalStartDate: what:Test event url: startDate:01-Jul-2014 startTime: endDate:01-Jul-2014 endTime: allDayEvent:true where:Here and there description:Foobar freq: byday: interval:1 repeatEnds:false until: recurrenceId: editAllInRecurrenceSeries:false userTimeZoneId:America/Los_Angeles

            MattS added a comment -

            There is an undocumented REST API - see attached screenshots

            MattS added a comment - There is an undocumented REST API - see attached screenshots

            Sounds sweet!

            Deleted Account (Inactive) added a comment - Sounds sweet!

              Unassigned Unassigned
              smansour Sherif Mansour
              Votes:
              76 Vote for this issue
              Watchers:
              41 Start watching this issue

                Created:
                Updated: