added ICAL_EVEN_STATUS_TYPES
This commit is contained in:
parent
38caa8d2b0
commit
79f00724a2
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ class Event extends \Activitypub\Activity\Base_Object {
|
||||||
// todo maybe rename to mobilizon event?
|
// todo maybe rename to mobilizon event?
|
||||||
const REPLIES_MODERATION_OPTION_TYPES = [ 'allow_all', 'closed' ];
|
const REPLIES_MODERATION_OPTION_TYPES = [ 'allow_all', 'closed' ];
|
||||||
const JOIN_MODE_TYPES = [ 'free', 'restricted', 'external' ]; // amd 'invite', but not used by mobilizon atm
|
const JOIN_MODE_TYPES = [ 'free', 'restricted', 'external' ]; // amd 'invite', but not used by mobilizon atm
|
||||||
|
const ICAL_EVENT_STATUS_TYPES = ["TENTATIVE", "CONFIRMED", "CANCELLED"];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Event is an implementation of one of the
|
* Event is an implementation of one of the
|
||||||
|
|
Loading…
Reference in a new issue