Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Why am I getting an error when trying to delete all future events in a calendar?

Stephanie Saad
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 29, 2017

Error(s) occurred.

An error occurred while trying to delete event 20171010T225744Z--76744798@confluence.abc-dev.net.au.

Every time I try to delete future instances of two reoccurring events, I am getting the above error. 

I am able to delete each individual instance of the event, however this will take me forever to do as I originally set up the event as reoccurring with no end dates.

Anyone have any clues? 

 

1 answer

1 accepted

Suggest an answer

Log in or Sign up to answer
1 vote
Answer accepted
evzensx
January 29, 2019

Solved.

import groovy.sql.Sql
import java.sql.Driver

def driver = Class.forName('oracle.jdbc.OracleDriver').newInstance() as Driver
def props = new Properties()
props.setProperty("user", "user")
props.setProperty("password", "password")
def conn = driver.connect("jdbc:oracle:thin:@192.168.100.78:1521:oraacc", props)
def sql = new Sql(conn)
def results = sql.rows("select * from tableexample.repdata ")
return results
TAGS
AUG Leaders

Atlassian Community Events