Method | Description | |
---|---|---|
DeleteRecurrence ( string refType, int refId ) : Task |
Deletes the recurrence. Podio API Reference: https://developers.podio.com/doc/recurrence/delete-recurrence-3349970
|
|
GetRecurrence ( string refType, int refId ) : Task |
Returns the recurrence for the given object Podio API Reference: https://developers.podio.com/doc/recurrence/get-recurrence-3415545
|
|
RecurrenceService ( Podio currentInstance ) : PodioAPI.Models | ||
UpdateRecurrence ( string refType, int refId, |
Creates or updates recurrence on the object. Podio API Reference: https://developers.podio.com/doc/recurrence/create-or-update-recurrence-3349957
|
public DeleteRecurrence ( string refType, int refId ) : Task |
||
refType | string | |
refId | int | |
return | Task |
public GetRecurrence ( string refType, int refId ) : Task |
||
refType | string | |
refId | int | |
return | Task |
public RecurrenceService ( Podio currentInstance ) : PodioAPI.Models | ||
currentInstance | Podio | |
return | PodioAPI.Models |
public UpdateRecurrence ( string refType, int refId, |
||
refType | string | |
refId | int | |
recurrence | ||
return | Task |